services: nextcloud increase opcache.interned_strings_buffer

This commit is contained in:
Kabbone 2023-01-03 16:14:25 +01:00
parent a25dbb0f64
commit 4c77497369
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -17,6 +17,9 @@
overwriteProtocol = "https";
defaultPhoneRegion = "DE";
};
phpOptions = {
"opcache.interned_strings_buffer" = "16";
};
#phpExtraExtensions = ;
#extraApps = with pkgs.nextcloud25Packages.apps; {
# inherit mail news contacts;