diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-07-07 11:36:03 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-07-07 13:39:16 -0700 |
| commit | a59c35cbf86e0266d5074ce219feef8436e45268 (patch) | |
| tree | 25b2a191fc9e63a781c806ba6d7c6e419753c06a /build.zig | |
| parent | 40d11cc25a469dc6bb0f9fbba4d05e7210a23b3f (diff) | |
| download | zig-a59c35cbf86e0266d5074ce219feef8436e45268.tar.gz zig-a59c35cbf86e0266d5074ce219feef8436e45268.zip | |
build.zig: bump maxrss for behavior tests
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -460,8 +460,8 @@ pub fn build(b: *std.Build) !void { .skip_linux = skip_linux, .skip_llvm = skip_llvm, .skip_libc = skip_libc, - // 2923515904 was observed on an x86_64-linux-gnu host. - .max_rss = 3100000000, + // 3888779264 was observed on an x86_64-linux-gnu host. + .max_rss = 4000000000, })); test_modules_step.dependOn(tests.addModuleTests(b, .{ |
