summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2025-03-27 22:45:09 +0100
committerAlan Pearce2025-03-27 22:45:09 +0100
commit8de8eb54bd9ba1b815757aad1aaf5fe3a7b3f8fc (patch)
tree0abe5c36da76566f18d05daf2d19bed1ae88672c /system
parent9d15f2520f053cbcaa04e78768c789587a87dff0 (diff)
downloadnixfiles-8de8eb54bd9ba1b815757aad1aaf5fe3a7b3f8fc.tar.lz
nixfiles-8de8eb54bd9ba1b815757aad1aaf5fe3a7b3f8fc.tar.zst
nixfiles-8de8eb54bd9ba1b815757aad1aaf5fe3a7b3f8fc.zip
linde: reduce searchix memory usage
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 6b6e63a3..8e73267f 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -929,6 +929,7 @@ in
         };
 
       importer.timeout = "45m";
+      importer.batchSize = 5000;
       importer.sources = {
         darwin = {
           enable = true;