attempt to optimize nextcloud upload buffer

This commit is contained in:
2023-11-30 10:58:14 -06:00
parent a718ddd27b
commit 47db75aa0d
2 changed files with 13 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ in {
configureRedis = true;
extraAppsEnable = true;
enableImagemagick = true;
maxUploadSize = "512M";
maxUploadSize = "25G";
hostName = "cloud.servidos.lat";
config = {
adminpassFile = "${pkgs.writeText "adminpass"
@@ -124,6 +124,8 @@ in {
"opcache.jit" = "1255";
"opcache.jit_buffer_size" = "128M";
"opcache.max_accelerated_files" = "10000";
"opcache.huge_code_pages" = "1";
"opcache.enable_file_override" = "1";
"opcache.memory_consumption" = "128";
"opcache.revalidate_freq" = "1";
"opcache.save_comments" = "1";