Skip to content

Commit

Permalink
increase the disko size
Browse files Browse the repository at this point in the history
keep running out of space when building the disk images so increase them
again and hope that this solves it.

Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
  • Loading branch information
brianmcgillion committed Sep 23, 2024
1 parent f520ce9 commit dcc0411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/disko/disko-ab-partitions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
};
disko = {
# 8GB is the recommeneded minimum for ZFS, so we are using this for VMs to avoid `cp` oom errors.
memSize = 8192;
memSize = 16384;
extraPostVM = ''
${pkgs.zstd}/bin/zstd --compress $out/*raw
rm $out/*raw
Expand Down

0 comments on commit dcc0411

Please sign in to comment.