-
Notifications
You must be signed in to change notification settings - Fork 67
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
Default limit for core dumps of balena engine (and thus all its containers) is too high #262
Comments
@robertgzr any reason not to change this limit? |
@Hades32 there's an issue on meta-balena that we should review the systemd service: balena-os/meta-balena#1910 although my plan was to bring the upstream service file (https://github.com/moby/moby/blob/master/contrib/init/systemd/docker.service) into balenaOS, which would make all these limits |
@robertgzr but why? Shouldn't we explicitly set it to a low number and NOT to infinity? |
I can't think of anything against lowering them... maybe that the SV would also be affected, since they apply to all containers. cc @alexgg wdyt regaring ulimits on containers? |
@robbyt I realize it was confusing that I added the two other limits in the code snippet above. I was specifically talking about |
@robertgzr I think this is something we could add to a developmentMode image and remove in a production image. |
[kb2ma] This issue has attached support thread https://jel.ly.fish/f50e9cf8-d51b-4000-b5ed-84f8cae452cc |
I found that this is the issue causing our devices to brick themselves. |
[hades32] Several customers had full disks because of too many core dumps. There is no reason to allow more than a few MB. (the number is in 1K units)
related: moby/moby#38814
The text was updated successfully, but these errors were encountered: