Enabling Core Dumps

Core dumps aren't enabled by default, so you must configure Systemd to generate them.

  1. Create the /etc/systemd/system.conf.d/10-enable-coredumps.conf configuration file and add the following content:
    [Manager]
    DumpCore=yes
    DefaultLimitCORE=infinity
  2. Restart the systemd daemon to apply the change without restarting Oracle Linux:
    sudo systemctl daemon-reload