btrfs use more compression thread

This commit is contained in:
陈浩南 2023-06-20 16:21:55 +08:00
parent 4fea7a92e0
commit 867970d9c5

View File

@ -15,7 +15,7 @@
{
device = "/dev/mapper/root";
fsType = "btrfs";
options = [ "subvol=nix" "compress-force=zstd:15" ];
options = [ "subvol=nix" "compress-force=zstd:15" "thread_pool=16"];
};
"/boot" =
{