Skip to content

Instantly share code, notes, and snippets.

@lordcirth
Created March 19, 2018 14:24
Show Gist options
  • Save lordcirth/97fd03acf016b71db75dd74b2fee4f28 to your computer and use it in GitHub Desktop.
Save lordcirth/97fd03acf016b71db75dd74b2fee4f28 to your computer and use it in GitHub Desktop.
; Tuning recommended by:
; https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment