Created
May 5, 2015 08:41
-
-
Save liujingyu/99ecec916d8fc6993b32 to your computer and use it in GitHub Desktop.
php opcache 官方推荐配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [opcache] | |
| zend_extension=opcache.so | |
| opcache.memory_consumption=128 | |
| opcache.interned_strings_buffer=8 | |
| opcache.max_accelerated_files=4000 | |
| opcache.revalidate_freq=60 | |
| opcache.fast_shutdown=1 | |
| opcache.enable_cli= On | |
| opcache.enable= On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment