fix: nextcloud likes interned strings buffer > 8

7cf6f51516 made a wrong assumption
This commit is contained in:
teutat3s 2024-01-23 22:18:58 +01:00
parent e527120879
commit be668fbb17
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -108,6 +108,10 @@
simpleSignUpLink.shown = false; simpleSignUpLink.shown = false;
}; };
phpOptions = {
"opcache.interned_strings_buffer" = "23";
};
# Calculated with 4GiB RAM, 80MiB process size available on # Calculated with 4GiB RAM, 80MiB process size available on
# https://spot13.com/pmcalculator/ # https://spot13.com/pmcalculator/
poolSettings = { poolSettings = {