Skip to content

Commit 40e5ba6

Browse files
gngrambrianmcgillion
authored andcommitted
Increase disko memsize
- Increase disko memsize to avoid oom. Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
1 parent 469e354 commit 40e5ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/disko/disko-ab-partitions.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
};
4848
disko = {
4949
# 8GB is the recommeneded minimum for ZFS, so we are using this for VMs to avoid `cp` oom errors.
50-
memSize = 17384;
50+
memSize = 18432;
5151
imageBuilder = {
5252
extraPostVM = lib.mkIf (config.ghaf.imageBuilder.compression == "zstd") ''
5353
${pkgs.zstd}/bin/zstd --compress $out/*raw

0 commit comments

Comments
 (0)