Update ac.sh
This commit is contained in:
4
ac.sh
4
ac.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user