Skip to content

Commit 846571c

Browse files
committed
build: Bump max_rss for test-behavior to 2488843878.
1 parent 8e72a25 commit 846571c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.zig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,8 @@ pub fn build(b: *std.Build) !void {
437437
.skip_non_native = skip_non_native,
438438
.skip_libc = skip_libc,
439439
.use_llvm = use_llvm,
440-
.max_rss = 2 * 1024 * 1024 * 1024,
440+
// 2262585344 was observed on an x86_64-linux-gnu host.
441+
.max_rss = 2488843878,
441442
}));
442443

443444
test_modules_step.dependOn(tests.addModuleTests(b, .{

0 commit comments

Comments
 (0)