Skip to content

Instantly share code, notes, and snippets.

@liujingyu
Created May 5, 2015 08:41
Show Gist options
  • Select an option

  • Save liujingyu/99ecec916d8fc6993b32 to your computer and use it in GitHub Desktop.

Select an option

Save liujingyu/99ecec916d8fc6993b32 to your computer and use it in GitHub Desktop.
php opcache 官方推荐配置
[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