Created
March 26, 2018 05:49
-
-
Save 1allen/606dfb99e5f285bc750c6d23bf2e3d3a to your computer and use it in GitHub Desktop.
php-fpm opcache tweaked
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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