Files
LEMPer/scripts/php_opcache.txt
2019-04-19 21:51:15 +07:00

7 lines
243 B
Plaintext

opcache.enable=1;
opcache.enable_cli=0;
opcache.memory_consumption=128 # MB, adjust to your needs
opcache.max_accelerated_files=10000 # Adjust to your needs
opcache.max_wasted_percentage=10 # Adjust to your needs
opcache.validate_timestamps=1