Initial commit
This commit is contained in:
27
php/opcache.ini
Normal file
27
php/opcache.ini
Normal file
@@ -0,0 +1,27 @@
|
||||
[opcache]
|
||||
opcache.enable=1
|
||||
opcache.validate_timestamps=1
|
||||
opcache.revalidate_freq=10
|
||||
|
||||
opcache.memory_consumption=512
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=100000
|
||||
opcache.max_wasted_percentage=10
|
||||
|
||||
opcache.enable_file_override=1
|
||||
opcache.save_comments=1
|
||||
opcache.fast_shutdown=1
|
||||
|
||||
#opcache.jit_buffer_size=128M
|
||||
#opcache.jit=tracing
|
||||
|
||||
#opcache.enable=1
|
||||
#opcache.revalidate_freq=10
|
||||
#opcache.validate_timestamps=1
|
||||
#opcache.max_accelerated_files=10000
|
||||
#opcache.memory_consumption=512
|
||||
#opcache.max_wasted_percentage=10
|
||||
#opcache.interned_strings_buffer=16
|
||||
|
||||
#opcache.jit_buffer_size=256M
|
||||
#opcache.jit=1235
|
||||
Reference in New Issue
Block a user