summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2025-03-20 23:42:01 +0100
committerAlan Pearce2025-03-20 23:42:01 +0100
commit84b255354f9f9cb84ec38be303fd9f4ff90d6a51 (patch)
tree3a5d4351442c540555701affbd3fa47a223ce79a /system
parent16307e5a57ef00fd58cbae38b0892a2c6d299f94 (diff)
downloadnixfiles-84b255354f9f9cb84ec38be303fd9f4ff90d6a51.tar.lz
nixfiles-84b255354f9f9cb84ec38be303fd9f4ff90d6a51.tar.zst
nixfiles-84b255354f9f9cb84ec38be303fd9f4ff90d6a51.zip
linde: set memory limit
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 03b51ecf..31aa5766 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -910,6 +910,9 @@ in
 
   services.searchix = {
     enable = true;
+    environment = {
+      GOMEMLIMIT = "2000MiB";
+    };
     settings = {
       web =
         let