all repos — nixfiles @ b72a33a8e31e569acb8d6993774f8c0428bea7dc

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

linde: loosen searchix memory limit
Alan Pearce alan@alanpearce.eu
Sat, 29 Mar 2025 17:03:02 +0100
commit

b72a33a8e31e569acb8d6993774f8c0428bea7dc

parent

1a6c6136839c16aee0e5db3211e89e5d28c7e149

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

jump to
M system/linde.nixsystem/linde.nix
@@ -879,7 +879,7 @@   services.searchix = {
     enable = true;
     environment = {
-      GOMEMLIMIT = "1000MiB";
+      GOMEMLIMIT = "2000MiB";
     };
     settings = {
       web =
@@ -925,7 +925,6 @@ '';         };
 
       importer.timeout = "45m";
-      importer.batchSize = 5000;
       importer.sources = {
         darwin = {
           enable = true;