linde: reduce searchix memory usage
Alan Pearce alan@alanpearce.eu
Thu, 27 Mar 2025 22:45:09 +0100
2 files changed, 3 insertions(+), 2 deletions(-)
M npins/sources.json → npins/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.nix → system/linde.nix
@@ -929,6 +929,7 @@ ''; }; importer.timeout = "45m"; + importer.batchSize = 5000; importer.sources = { darwin = { enable = true;