14 lines
346 B
INI
14 lines
346 B
INI
; OPcache Configuration for Production
|
|
|
|
[opcache]
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 0
|
|
opcache.memory_consumption = 128
|
|
opcache.interned_strings_buffer = 16
|
|
opcache.max_accelerated_files = 10000
|
|
opcache.revalidate_freq = 60
|
|
opcache.fast_shutdown = 1
|
|
opcache.validate_timestamps = 0
|
|
opcache.save_comments = 1
|
|
opcache.enable_file_override = 1
|