Enabling Kernel Cores in Linux permanently
1. Open /root/.bashrc file and append the following strings
sysctl -w kernel.core_uses_pid=1
ulimit -c unlimited
1. Open /root/.bashrc file and append the following strings
sysctl -w kernel.core_uses_pid=1
ulimit -c unlimited
Comments
Post a Comment