Update ac.sh

This commit is contained in:
NewName
2024-08-18 07:35:11 +08:00
parent 89156100ec
commit 1bb9f1893d

2
ac.sh
View File

@@ -86,7 +86,7 @@ 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=3000 opcache.max_accelerated_files=5000
opcache.revalidate_freq=5 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}