Skip to content

Commit

Permalink
Increase memsize to 16G
Browse files Browse the repository at this point in the history
- Memory size increased to 16G to fix out of memory issue

Signed-off-by: Ganga Ram <[email protected]>
  • Loading branch information
gangaram-tii committed Sep 24, 2024
1 parent 84a2da9 commit 7a4b28f
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 7a4b28f

Please sign in to comment.