Disable core dump Posted on 2021-04-19 Edited on 2023-04-16 Install systemd-coredump 1sudo apt install systemd-coredump Modify /etc/systemd/coredump.conf 123[Coredump]Storage=noneProcessSizeMax=0 Save the file and run the following command: 1$ systemctl daemon-reload