-
Steps to reproduce
This file grows until it eventually fills my entire partition (~50GB)
Expected behavior
Actual behaviorFilesystem fills up
~~Of note: After the 3rd crash and starting this report, I decided (4th run) to CTRL-C the This may be hard to reproduce by the memories team -- but I still think some protections for the container's /tmp might be a good idea~~ Never mind, it crashed eventually in the same manner as before Other informationHost OSUbuntu 24.04 Nextcloud Hub 8 (29.0.7) Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi,
So this seems to be the problem then in the end.
I fear I see no way for AIO to limit the size of the tmp directory. It could possibly be requested at https://github.com/nextcloud/server/issues though. BTW, the tmp directory should in best case not fill up as hard as this. So this might be a bug in https://github.com/nextcloud/server I only see this as a possiblity for you if your root drive is limited to 50GB: https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-store-the-filesinstallation-on-a-separate-drive |
Beta Was this translation helpful? Give feedback.
-
@szaimen We can do a better handling of /tmp partition, another issue I encounter is when you do public uploads. Many users can upload bigger files at the same time on a public link, so currently the nextloud-aio-nextcloud container can grow to much and fill up completely the partition where docker installation/files are. Yo can test it by uploading a big file on a public link then, execute There are 2 solutions for this:
|
Beta Was this translation helpful? Give feedback.
-
I have noticed the same behavior, with the "vanilla" Nextcloud docker image: It filled up 42 GB of data under |
Beta Was this translation helpful? Give feedback.
Hi,
So this seems to be the problem then in the end.
I fear I see no way for AIO to limit the size of the tmp directory. It could possibly be requested at https://github.com/nextcloud/server/issues though.
BTW, the tmp directory should in best case not fill up as hard as this. So this might be a bug in https://github.com/nextcloud/server
I only see this as a possiblity for you if your root drive is limited to 50GB: https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-store-the-filesinstallation-on-a-separate-drive