Skip to content

Instantly share code, notes, and snippets.

@1allen
Created March 26, 2018 05:49
Show Gist options
  • Save 1allen/606dfb99e5f285bc750c6d23bf2e3d3a to your computer and use it in GitHub Desktop.
Save 1allen/606dfb99e5f285bc750c6d23bf2e3d3a to your computer and use it in GitHub Desktop.
php-fpm opcache tweaked
php_admin_value[opcache.revalidate_freq] = 60
php_admin_value[opcache.max_accelerated_files] = 10000
php_admin_value[opcache.memory_consumption] = 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment