fix: nextcloud likes interned strings buffer > 8
All checks were successful
Flake checks / Check (pull_request) Successful in 19m28s
All checks were successful
Flake checks / Check (pull_request) Successful in 19m28s
7cf6f51516
made a wrong assumption
This commit is contained in:
parent
e527120879
commit
be668fbb17
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue