Udpated OPcache.max.accelerated for PHP

This commit is contained in:
naturallaw77 2024-05-08 13:47:52 -07:00
parent 62f6469795
commit 91dd12b528

View File

@ -16,7 +16,7 @@ let
opcache.enable=1;
opcache.memory_consumption=512;
opcache_revalidate_freq = 240;
opcache.max_accelerated_files=5000;
opcache.max_accelerated_files=10000;
auto_prepend_file = '/var/lib/www/wordpress/wordfence-waf.php'
post_max_size = 3G
upload_max_filesize = 3G