zl程序教程

您现在的位置是:首页 >  其他

当前栏目

PHP failed to ptrace(PEEKDATA) pid 13659: Input/output error错误解决方法详解编程语言

错误PHPFailed方法编程语言 详解 Error 解决
2023-06-13 09:11:50 时间

PHP failed to ptrace(PEEKDATA) pid 13659: Input/output error错误解决方法

现在改linux内核文件打开限制


ulimit -SHn 51200

再修改nginx.conf配置文件


worker_rlimit_nofile 51200;

最后修改PHP-fpm.conf配置文件


rlimit_files = 51200

这3个一定要设置一样哦

2个必须保持一致就可以了

19116.html

cjavalinuxphp