nextcloud: set opcache.interned_strings_buffer=32
This commit is contained in:
parent
b80e34070b
commit
77d3b10fef
|
@ -1769,7 +1769,7 @@ ldap.max_links = -1
|
|||
;opcache.memory_consumption=128
|
||||
|
||||
; The amount of memory for interned strings in Mbytes.
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.interned_strings_buffer=32
|
||||
|
||||
; The maximum number of keys (scripts) in the OPcache hash table.
|
||||
; Only numbers between 200 and 1000000 are allowed.
|
||||
|
|
Loading…
Reference in a new issue