Increase opcache.interned_strings_buffer PHP option
This commit is contained in:
parent
f22ccdad10
commit
1ba819ed85
|
@ -29,7 +29,12 @@
|
|||
mail_smtpport = 465;
|
||||
mail_smtpname = "nextcloud";
|
||||
};
|
||||
# Only contains mail_smtppassword
|
||||
secretFile = "/secrets/nextcloud-secretfile.secret";
|
||||
phpOptions = {
|
||||
# The amount of memory for interned strings in Mbytes
|
||||
"opcache.interned_strings_buffer" = "64";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
Loading…
Reference in a new issue