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/有写的权限
时间: 2024-10-11 10:34:41
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/有写的权限