all repos — nixfiles @ 99d7fcb7125a788988421f5e7addf777e565f002

System and user configuration, managed by nix and home-manager

linde: increase searchix memory limits

Alan Pearce
commit

99d7fcb7125a788988421f5e7addf777e565f002

parent

45b4ebb6a8b899f7aaec75c87a17530bb144487d

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -964,8 +964,8 @@ };
}; }; systemd.services.searchix.serviceConfig = { - MemoryHigh = "750M"; - MemoryMax = "1G"; + MemoryHigh = "1.5G"; + MemoryMax = "2G"; }; programs.git = {