Skip to content

Instantly share code, notes, and snippets.

@fedir
Created October 1, 2018 15:45
Show Gist options
  • Save fedir/cd6bbc3e7e52649c4b48ea0136a60e81 to your computer and use it in GitHub Desktop.
Save fedir/cd6bbc3e7e52649c4b48ea0136a60e81 to your computer and use it in GitHub Desktop.
PHP opcache configuration
; configuration for php opcache module
; priority=10
zend_extension=opcache.so
;opcache.enable=0
opcache.max_accelerated_files=100000
opcache.memory_consumption=2048
opcache.log_verbosity_level=2
opcache.interned_strings_buffer=128
;realpath_cache_size=4096K
;realpath_cache_ttl=600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment