max / alloy
| 1 | # The other half of usr/lib/sysctl.d/95-alloy-coredump.conf. |
| 2 | # |
| 3 | # systemd-coredump is not installed today, so nothing reads this file. It |
| 4 | # ships anyway: the day something pulls the package in as a dependency, the |
| 5 | # sysctl file above stops being the only thing standing between a crash and a |
| 6 | # core on disk, and the policy should already be here rather than noticed |
| 7 | # afterwards. |
| 8 | [Coredump] |
| 9 | Storage=none |
| 10 | ProcessSizeMax=0 |
| 11 |