Enable CoreDump For Application Crashes.

Edit /etc/profile file and do as follows to make persistent configuration:

ulimit -S -c 0 > /dev/null 2>&1
Update it as follows:

ulimit -c unlimited >/dev/null 2>&1
Save and close the file. Edit /etc/sysctl.conf, enter:
# vi /etc/sysctl.conf

Append the following lines:

kernel.core_uses_pid = 1
kernel.core_pattern = /tmp/core-%e-%s-%u-%g-%p-%t
fs.suid_dumpable = 2

Reload the settings in /etc/sysctl.conf by command:
# sysctl -p

1 thought on “Enable CoreDump For Application Crashes.

  1. key com

    I loved as much as you’ll receive carried out right here.
    The sketch is tasteful, your authored material stylish. nonetheless, you command get bought an edginess over that you
    wish be delivering the following. unwell unquestionably come more formerly again since exactly the same nearly a lot
    often inside case you shield this hike.

    Reply

Leave a Reply to key com Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.