@@ 74,9 74,12 @@ in {
};
trusted_domains = ["nextcloud.rustylily.home.arpa"];
trusted_proxies = ["10.1.2.10"];
- opcache.interned_strings_buffer = 64; # Megabytes of memory to use.
overwriteprotocol = "https";
+ # OPcache memory settings, values are in megabytes.
+ opcache.interned_strings_buffer = 32; # Default is 8.
+ opcache.memory_consumption = 256; # Default is 128.
+
# Programs needed for... stuff.
preview_ffmpeg_path = "${lib.getExe pkgs.ffmpeg}";
memories.exiftool = "${lib.getExe pkgs.exiftool}";