From 8e07d551f75eb3c0ebf2c67dc5184d09268c57b9 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 29 Apr 2026 17:15:41 +0200 Subject: [PATCH] increase chunk size substantially Trying to improve #538 by having larger, and fewer chunks. This may run at the cost of delta size but we'll have to see. values are in kb --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 07e2743..ab66a28 100755 --- a/build.sh +++ b/build.sh @@ -188,7 +188,7 @@ rm ./mkosi.output/*.test.raw ./torrent-create.rb "$VERSION" "$OUTPUT" "$IMG" go install -v github.com/folbricht/desync/cmd/desync@latest -~/go/bin/desync make -m 32:64:128 "$ROOTFS_CAIBX" "$ROOTFS_EROFS" +~/go/bin/desync make -m 1024:2048:4096 "$ROOTFS_CAIBX" "$ROOTFS_EROFS" # Be very careful with this file. It is here for backwards compat. It must not appear in SHA256SUMS. # https://github.com/systemd/systemd/issues/38605 cp "$ROOTFS_CAIBX" "$ROOTFS_EROFS.caibx"