modules: services: nextcloud: increase opcache memory

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-01-29 20:47:31 +01:00
parent 3a8bcee21a
commit be27bed121
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -46,6 +46,8 @@ let
output_buffering = 0;
"opcache.jit" = 1255;
"opcache.jit_buffer_size" = "128M";
"opcache.memory_consumption" = 256; # MB
"opcache.interned_strings_buffer" = 64; # MB
};
config = {
adminuser = adminUser;