We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469e354 commit 40e5ba6Copy full SHA for 40e5ba6
modules/disko/disko-ab-partitions.nix
@@ -47,7 +47,7 @@
47
};
48
disko = {
49
# 8GB is the recommeneded minimum for ZFS, so we are using this for VMs to avoid `cp` oom errors.
50
- memSize = 17384;
+ memSize = 18432;
51
imageBuilder = {
52
extraPostVM = lib.mkIf (config.ghaf.imageBuilder.compression == "zstd") ''
53
${pkgs.zstd}/bin/zstd --compress $out/*raw
0 commit comments