mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
nextcloud: increase opcache.interned_strings_buffer
This commit is contained in:
parent
e19df822ff
commit
3701d9ba1e
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ in {
|
||||||
error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
|
error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
|
||||||
display_errors = "stderr";
|
display_errors = "stderr";
|
||||||
"opcache.enable_cli" = "1";
|
"opcache.enable_cli" = "1";
|
||||||
"opcache.interned_strings_buffer" = "12";
|
"opcache.interned_strings_buffer" = "24";
|
||||||
"opcache.max_accelerated_files" = "10000";
|
"opcache.max_accelerated_files" = "10000";
|
||||||
"opcache.memory_consumption" = "128";
|
"opcache.memory_consumption" = "128";
|
||||||
"opcache.revalidate_freq" = "1";
|
"opcache.revalidate_freq" = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue