File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ mysqli.default_host = mysql
2222
2323; Zend OPCache
2424opcache.enable = 1
25- opcache.memory_consumption = 128
26- opcache.interned_strings_buffer = 8
27- opcache.max_accelerated_files = 4000
25+ opcache.memory_consumption = 256
26+ opcache.interned_strings_buffer = 16
27+ opcache.max_accelerated_files = 10000
2828opcache.fast_shutdown = 1
2929opcache.enable_cli = 1
30+ opcache.revalidate_freq = 0
3031
3132; XDebug
3233xdebug.remote_enable = 1
Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ mysqli.default_host = mysql
2222
2323; Zend OPCache
2424opcache.enable = 1
25- opcache.memory_consumption = 128
26- opcache.interned_strings_buffer = 8
27- opcache.max_accelerated_files = 4000
25+ opcache.memory_consumption = 256
26+ opcache.interned_strings_buffer = 16
27+ opcache.max_accelerated_files = 10000
2828opcache.fast_shutdown = 1
2929opcache.enable_cli = 1
30+ opcache.revalidate_freq = 0
3031
3132; XDebug
3233xdebug.remote_enable = 1
You can’t perform that action at this time.
0 commit comments