fix(nextcloud): interned_strings_buffer should be
All checks were successful
Flake checks / Check (pull_request) Successful in 8m39s

powers of 2
This commit is contained in:
teutat3s 2024-02-01 11:21:10 +01:00
parent 576ceb6875
commit 031bab4a4e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -108,7 +108,7 @@
};
phpOptions = {
"opcache.interned_strings_buffer" = "23";
"opcache.interned_strings_buffer" = "32";
# https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#:~:text=opcache.jit%20%3D%201255%20opcache.jit_buffer_size%20%3D%20128m
"opcache.jit" = "1255";
"opcache.jit_buffer_size" = "128M";