How to disable core dumps in Linux including systemd
You can disable core dumps in Linux, including systems that use systemd, by performing the following steps: Change the core dump pattern to prevent core dumps from being written to disk by adding the following line to the file /etc/sysctl.conf: fs.suid_dumpable = 0 Reload the sysctl configuration by running: sudo sysctl -p Check if core … Read more