magpie/nextcloud: add php optimizations
This commit is contained in:
parent
780646d2fc
commit
1b00de0f01
@ -117,6 +117,14 @@
|
||||
"OC\\Preview\\XBitmap"
|
||||
];
|
||||
};
|
||||
phpOptions =
|
||||
config.services.nextcloud.phpOptions.default
|
||||
// {
|
||||
"opcache.jit" = "tracing";
|
||||
"opcache.jit_buffer_size" = "100M";
|
||||
# recommended by nextcloud admin overview
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
Loading…
Reference in New Issue
Block a user