Skip to content

Commit

Permalink
macos/linux-builder: memory 16G->24G
Browse files Browse the repository at this point in the history
For nammayatri/nammayatri#2449

With 16G, those builds are being killed by OOM.
  • Loading branch information
srid committed Jan 8, 2025
1 parent d2a7337 commit 11d8c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/darwin/aarch64-linux-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
virtualisation = {
darwin-builder = {
diskSize = 80 * 1024;
memorySize = 16 * 1024;
memorySize = 24 * 1024;
};
cores = 6;
};
Expand Down

0 comments on commit 11d8c4f

Please sign in to comment.