|
@@ -1770,14 +1770,14 @@ opcache.enable=1
|
|
|
opcache.enable_cli=1
|
|
|
|
|
|
; The OPcache shared memory storage size.
|
|
|
-;opcache.memory_consumption=128
|
|
|
+opcache.memory_consumption=256
|
|
|
|
|
|
; The amount of memory for interned strings in Mbytes.
|
|
|
;opcache.interned_strings_buffer=8
|
|
|
|
|
|
; The maximum number of keys (scripts) in the OPcache hash table.
|
|
|
; Only numbers between 200 and 1000000 are allowed.
|
|
|
-;opcache.max_accelerated_files=10000
|
|
|
+opcache.max_accelerated_files=20000
|
|
|
|
|
|
; The maximum percentage of "wasted" memory until a restart is scheduled.
|
|
|
;opcache.max_wasted_percentage=5
|