nextcloud: set opcache.interned_strings_buffer=32

This commit is contained in:
teutat3s 2022-10-03 15:30:47 +02:00
parent b80e34070b
commit 77d3b10fef
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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.