Why my OPcache configuration in php.ini doesn't take effect? -
i configued opcache in php.ini
zend_extension=opcache.so opcache.memory_consumption=256
i sure
zend_extension=opcache.so
took effect because when comment out, opcache infomation no longer appears in phpinfo page.
but strange thing is,
opcache.memory_consumption=256
i found parameter remains default value 64mb in phpinfo page:
could tell me did miss ?
=====more info===================
php version : 5.6.9 server : nginx php-fpm os: centos
Comments
Post a Comment