mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-03-03 12:07:22 +08:00
opcache配置
This commit is contained in:
parent
45c0f0f0b5
commit
82246fd12b
10
opcache.ini
Normal file
10
opcache.ini
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user