We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5e64f commit 8453fb0Copy full SHA for 8453fb0
build.zig
@@ -513,8 +513,8 @@ pub fn build(b: *std.Build) !void {
513
.skip_non_native = skip_non_native,
514
.skip_libc = skip_libc,
515
.use_llvm = use_llvm,
516
- // I observed a value of 4572626944 on the M2 CI.
517
- .max_rss = 5029889638,
+ // I observed a value of 5136793600 on the M2 CI.
+ .max_rss = 5368709120,
518
}));
519
520
const unit_tests_step = b.step("test-unit", "Run the compiler source unit tests");
0 commit comments