From 84b255354f9f9cb84ec38be303fd9f4ff90d6a51 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 20 Mar 2025 23:42:01 +0100 Subject: linde: set memory limit --- npins/sources.json | 4 ++-- system/linde.nix | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 76f15bc0..ff2a24ff 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -112,9 +112,9 @@ "url": "https://git.alanpearce.eu/searchix" }, "branch": "main", - "revision": "782b636c6ba9ebccecf46c7a1e5583e8108baf9a", + "revision": "e8fbdf3bd12c8920a6e9bd84b34e787764b11eaf", "url": null, - "hash": "1axlafhj6xym79z3r6wlwl7f13c53fdvh9qkjw8jhvim7in05pdp" + "hash": "02x3xmabdzhl3192c0vicz8fbd14g1wcjcj1q0m6wc89faxh013b" }, "srvos": { "type": "Git", 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 -- cgit 1.4.1