本文针对PHP5.5等高级版本,编译时需要加上--enable-opcache参数
编译安装完成后,我们开始配置Opcache
复制代码 代码如下:
[Opcache]
zend_extension = opcache.so
opcache.enable=1
opcache.memory_consumption = 64
opcache.interned_strings_buffer = 8
opcache.max_accelerated_files = 4000
opcache.revalidate_freq = 60
opcache.fast_shutdown = 1
opcache.enable_cli = 1
修改后重启PHP-FPM
复制代码 代码如下:
service php-fpm restart
最后上个图

Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn