From d05ec720fea5a07f2a66a6bb6847d63238cef241 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 21 Aug 2024 12:56:02 +0300 Subject: [PATCH] n/essentialsoftware: note compress-force --- n/essentialsoftware.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/n/essentialsoftware.md b/n/essentialsoftware.md index 14ab8de..f0f5f97 100644 --- a/n/essentialsoftware.md +++ b/n/essentialsoftware.md @@ -133,5 +133,8 @@ See Fedora, but change the `FONT` to `"ter-132b"` instead. integrated feature of BTRFS, with the default compression level (3 at the time of writing). The BTRFS devs are most likely wiser than me and can provide a reasonable balance between efficiency and CPU use. + - Alternatively `compress-force=zstd:0` may be used, but that might bring + extra CPU usage in compressing what cannot be compressed. + - Test on Lumina: 20G free -> 24G free. - The compression will happen either the next time the file is written or can be manually triggered through `sudo btrfs filesystem defragment -r "$PWD"`