diff options
author | Alan Pearce | 2025-03-20 23:42:01 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-20 23:42:01 +0100 |
commit | 84b255354f9f9cb84ec38be303fd9f4ff90d6a51 (patch) | |
tree | 3a5d4351442c540555701affbd3fa47a223ce79a /system/linde.nix | |
parent | 16307e5a57ef00fd58cbae38b0892a2c6d299f94 (diff) | |
download | nixfiles-84b255354f9f9cb84ec38be303fd9f4ff90d6a51.tar.lz nixfiles-84b255354f9f9cb84ec38be303fd9f4ff90d6a51.tar.zst nixfiles-84b255354f9f9cb84ec38be303fd9f4ff90d6a51.zip |
linde: set memory limit
Diffstat (limited to 'system/linde.nix')
-rw-r--r-- | system/linde.nix | 3 |
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 |