Skip to content

Commit 44d185e

Browse files
committed
Fix CI?
1 parent d88f56f commit 44d185e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nixos/exporters.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
3131
};
3232

33-
# VirtualBox needs more disk space
33+
# VirtualBox needs more resources for building
3434
virtualboxModule = {
3535
virtualbox.params.diskSize = 16384; # 16GB instead of default 8GB
36-
virtualbox.params.memorySize = 2048;
36+
virtualbox.params.memorySize = 2048; # 2GB RAM for the final VM
37+
virtualbox.vmBootMemorySize = 4096; # 4GB RAM for the build process
3738
};
3839

3940
# LXC containers need special network configuration

0 commit comments

Comments
 (0)