-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Torcx running out of diskspace #32
Comments
Thanks for the bug report. |
So i just uploaded the image with the docker container to google cloud and started an f1.micro instance with 30gb of disk space. Just to make sure it is not an diskspace issue i tried it even with a 100gb instance but didn't make an difference |
I'm having the same issue on AWS nano instances on version 2605.5.0. It runs normally on larger instances. |
We see the same issue in both AWS (t3a.nano) and GCP (f1-micro) running 2605.5.0 |
The problem is default tmpfs size is 50% of your physical RAM:
ref: https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt And thats what torcx is using, default: https://github.com/flatcar-linux/torcx/blob/flatcar-master/internal/torcx/perform.go#L287
Perhaps flatcar/scripts#16 is relevant here to attribute the size increase, this part I'm not sure about. |
Thanks for the detailed report. Yes, it looks like we need to specify the size of the tmpfs directly and not rely on the percentage. |
I created a PR here flatcar/torcx#4 |
This will be addressed in the next Stable bugfix release (and any other releases). |
on the flatcare edge version torcx is running out of diskspacen on the google cloud
error msg:
but on the root device is still enough space, only sum partitions seem to be limited
The text was updated successfully, but these errors were encountered: