Update ac.sh

This commit is contained in:
NewName
2024-08-18 07:31:48 +08:00
parent a08a639025
commit 89156100ec

4
ac.sh
View File

@@ -86,8 +86,8 @@ if ! grep -q "^opcache.enable=1" "$PHP_INI_FILE"; then
opcache.enable=1 opcache.enable=1
opcache.memory_consumption=256 opcache.memory_consumption=256
opcache.interned_strings_buffer=16 opcache.interned_strings_buffer=16
opcache.max_accelerated_files=20000 opcache.max_accelerated_files=3000
opcache.revalidate_freq=2 opcache.revalidate_freq=5
opcache.save_comments=1 opcache.save_comments=1
opcache.file_cache=${OPCACHE_FILE_CACHE_DIR} opcache.file_cache=${OPCACHE_FILE_CACHE_DIR}
opcache.file_cache_size=128 opcache.file_cache_size=128