all repos — nixfiles @ b72a33a8e31e569acb8d6993774f8c0428bea7dc

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

linde: loosen searchix memory limit

Alan Pearce
commit

b72a33a8e31e569acb8d6993774f8c0428bea7dc

parent

1a6c6136839c16aee0e5db3211e89e5d28c7e149

1 file changed, 1 insertion(+), 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;