linde: limit memory usage of searchix further
Alan Pearce alan@alanpearce.eu
Sun, 23 Mar 2025 00:09:29 +0100
1 files changed, 5 insertions(+), 1 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -883,7 +883,7 @@ services.searchix = { enable = true; environment = { - GOMEMLIMIT = "2000MiB"; + GOMEMLIMIT = "1000MiB"; }; settings = { web = @@ -954,6 +954,10 @@ }; nur.enable = true; }; }; + }; + systemd.services.searchix.serviceConfig = { + MemoryHigh = "750M"; + MemoryMax = "1G"; }; programs.git = {