Hey,
I have a problem with my file sizes on n8n server. I want to reduce the sizes.
This is my file sizes of the n8n server:
When I write this command: df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 795M 868K 794M 1% /run
/dev/vda2 29G 16G 13G 55% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/vda1 537M 6.1M 531M 2% /boot/efi
tmpfs 795M 0 795M 0% /run/user/1000
This is how my Docker Configuration looks like.
Why the files of /dev/vda2
and tmpfs
takes too much space? Why I cannot reduce it?
Thank you for your help!
Information on your n8n setup
- **n8n version:1.11.2
- **Database (default: SQLite):*Default
- **n8n EXECUTIONS_PROCESS setting (default: own, main):*Default
- **Running n8n via (Docker, npm, n8n cloud, desktop app):*Docker
- **Operating system:*Linux Ubuntu