Skip to content

Commit 8453fb0

Browse files
committed
build: bump max_rss of std lib tests to 5G
1 parent ba5e64f commit 8453fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ pub fn build(b: *std.Build) !void {
513513
.skip_non_native = skip_non_native,
514514
.skip_libc = skip_libc,
515515
.use_llvm = use_llvm,
516-
// I observed a value of 4572626944 on the M2 CI.
517-
.max_rss = 5029889638,
516+
// I observed a value of 5136793600 on the M2 CI.
517+
.max_rss = 5368709120,
518518
}));
519519

520520
const unit_tests_step = b.step("test-unit", "Run the compiler source unit tests");

0 commit comments

Comments
 (0)