nginx开启core dump文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx开启core dump文件相关的知识,希望对你有一定的参考价值。
1.ulimit -c 10240
2.在/etc/profile写入 ulimit -S -c unlimited > /dev/null 2>&1
在/etc/sysctl.conf添加core文件生成路径
kernel.core_pattern = /tmp/corefile/core.%e.%t
sysctl -p 生效
确保nginx对/tmp/corefile/有写的权限
以上是关于nginx开启core dump文件的主要内容,如果未能解决你的问题,请参考以下文章