Skip to content

Commit

Permalink
bump disko vm to 12Gb
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 <[email protected]>
  • Loading branch information
brianmcgillion committed Sep 2, 2024
1 parent 3a857d2 commit ed30161
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 = 12288;
extraPostVM = ''
${pkgs.zstd}/bin/zstd --compress $out/*raw
rm $out/*raw
Expand Down

0 comments on commit ed30161

Please sign in to comment.