authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-07-07 11:36:03-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-07-07 13:39:16-07:00
loga59c35cbf86e0266d5074ce219feef8436e45268
tree25b2a191fc9e63a781c806ba6d7c6e419753c06a
parent40d11cc25a469dc6bb0f9fbba4d05e7210a23b3f

build.zig: bump maxrss for behavior tests


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

build.zig+2-2
......@@ -460,8 +460,8 @@ pub fn build(b: *std.Build) !void {
460460 .skip_linux = skip_linux,
461461 .skip_llvm = skip_llvm,
462462 .skip_libc = skip_libc,
463 // 2923515904 was observed on an x86_64-linux-gnu host.
464 .max_rss = 3100000000,
463 // 3888779264 was observed on an x86_64-linux-gnu host.
464 .max_rss = 4000000000,
465465 }));
466466
467467 test_modules_step.dependOn(tests.addModuleTests(b, .{