nextcloud: set opcache.interned_strings_buffer=32

pull/4/head
teutat3s 2022-10-03 15:30:47 +02:00
parent b80e34070b
commit 77d3b10fef
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 1 additions and 1 deletions

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.