From 19b2459f65d21268b9797409e20c3dbbd76cd128 Mon Sep 17 00:00:00 2001 From: Numbus Informatique Date: Sun, 12 Apr 2026 15:12:01 +0200 Subject: [PATCH] Up the amount of RAM usable by Nextcloud --- modules/services/nextcloud.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/nextcloud.nix b/modules/services/nextcloud.nix index 01c3150..fde3a87 100644 --- a/modules/services/nextcloud.nix +++ b/modules/services/nextcloud.nix @@ -81,6 +81,8 @@ helper.mkPodmanService { NC_default_locale: "${config.numbus.locale}" NC_default_timezone: "${config.time.timeZone}" NC_maintenance_window_start: "1" + PHP_MEMORY_LIMIT: 1024M + PHP_OPCACHE_MEMORY_CONSUMPTION: 256 depends_on: - nextcloud-database security_opt: