From be668fbb17fccf648c983fad9b2bba152c1effd5 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 23 Jan 2024 22:18:58 +0100 Subject: [PATCH] fix: nextcloud likes interned strings buffer > 8 7cf6f5151661373cb3cbeca846d8537aff88fb02 made a wrong assumption --- hosts/nachtigall/apps/nextcloud.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/nachtigall/apps/nextcloud.nix b/hosts/nachtigall/apps/nextcloud.nix index 7a026f86..d8517049 100644 --- a/hosts/nachtigall/apps/nextcloud.nix +++ b/hosts/nachtigall/apps/nextcloud.nix @@ -108,6 +108,10 @@ simpleSignUpLink.shown = false; }; + phpOptions = { + "opcache.interned_strings_buffer" = "23"; + }; + # Calculated with 4GiB RAM, 80MiB process size available on # https://spot13.com/pmcalculator/ poolSettings = {