opcache配置

This commit is contained in:
coolxitech 2024-10-29 14:08:17 +08:00
parent 45c0f0f0b5
commit 82246fd12b

10
opcache.ini Normal file
View File

@ -0,0 +1,10 @@
; Enable OPcache extension
opcache.enable = 1
opcache.memory_consumption=128
opcache.interned_strings_buffer=32
opcache.max_accelerated_files=80000
opcache.revalidate_freq=3
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.jit_buffer_size=128m
opcache.jit=1205