all repos — nixfiles @ 8de8eb54bd9ba1b815757aad1aaf5fe3a7b3f8fc

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

linde: reduce searchix memory usage

Alan Pearce
commit

8de8eb54bd9ba1b815757aad1aaf5fe3a7b3f8fc

parent

9d15f2520f053cbcaa04e78768c789587a87dff0

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

jump to
M npins/sources.jsonnpins/sources.json
@@ -124,9 +124,9 @@ "type": "Git",
"url": "https://git.alanpearce.eu/searchix" }, "branch": "main", - "revision": "03fa0eb00aef448bec05280a121c659a600fc13f", + "revision": "f38ccb5ec8149072c93a6c3173da06ba1d724c4c", "url": null, - "hash": "182ldbz7gpcsbmii51gigwiavklj62p2q9sv32nwlcr1hc8d6g2a" + "hash": "0x8vci3m7jvp4sc0iwxwiv1y94mx7nvjjkcd2n80939n8q4c3x2c" }, "srvos": { "type": "Git",
M system/linde.nixsystem/linde.nix
@@ -929,6 +929,7 @@ '';
}; importer.timeout = "45m"; + importer.batchSize = 5000; importer.sources = { darwin = { enable = true;