Skip to content

Instantly share code, notes, and snippets.

@parhamr
Last active March 14, 2016 23:15
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parhamr/ca4220fd47aa637dcacf to your computer and use it in GitHub Desktop.
Save parhamr/ca4220fd47aa637dcacf to your computer and use it in GitHub Desktop.
Known working Zend OPcache configuration for PHP 5.5
; configuration for php ZendOpcache module
; Tuned for Magento 1.13.1 on PHP 5.5
; Test server has 8 CPU cores and 32 GB RAM
zend_extension=opcache.so
[opcache]
opcache.memory_consumption=256
opcache.interned_strings_buffer=12
opcache.max_accelerated_files=16000
opcache.enable_file_override=1
opcache.validate_timestamps=0
opcache.save_comments=0
opcache.load_comments=0
opcache.error_log=/var/log/php5/php5-opcache.error.log
opcache.log_verbosity_level=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment