在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
用过 Nginx 的兄弟都知道,修改 Nginx 配置文件之后,可以使用
来检测配置文件是否有语法错误。 今天配置 opcache 的时候,发现 php-fpm 也可以检测 php-fpm.conf , php.ini 等配置文件的正确与否。
没有问题之后,就可以重启 fpm 服务了。 Fatal Error Zend OPcache cannot allocate buffer for interned strings这个错误的原因是,我把 interned_strings_buffer 的大小设置成了等于 memory_consumption,而 interned_strings_buffer 的配置理论上应该比 memory_consumption 小。
|
2022-07-18
2022-08-16
2022-11-06
2022-07-29
2022-08-18
请发表评论