linux core开启设置

linux core开启设置

ulimit -c unlimited
ulimit -HSn 1024000
echo "%e.core" > /proc/sys/kernel/core_pattern


测试
kill -9 $$
kill -s SIGSEGV $$ 


你可能感兴趣的:(linux,core开启设置)