authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-27 05:36:27+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-27 12:19:16+01:00
log3ae9a99f628a78ad2f35d97a930b752f354443a1
tree7feb71572805754bc92c9061975a1132b21ce32c
parent8088105b05aa5977a52dd60993e8aeaae01cb145
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: increase test-std max rss


1 files changed, 2 insertions(+), 2 deletions(-)

build.zig+2-2
......@@ -510,8 +510,8 @@ pub fn build(b: *std.Build) !void {
510510 .skip_non_native = skip_non_native,
511511 .skip_libc = skip_libc,
512512 .use_llvm = use_llvm,
513 // I observed a value of 5136793600 on the M2 CI.
514 .max_rss = 5368709120,
513 // I observed a value of 5605064704 on the M2 CI.
514 .max_rss = 6165571174,
515515 }));
516516
517517 const unit_tests_step = b.step("test-unit", "Run the compiler source unit tests");