commit 4e806f25210abd17f7092f40619b248e8b73def5 (tree)
parent c002b96f178943375b9c454d88a911627a53759d
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Sun, 11 Jan 2026 05:55:46 +0100
build: bump test-libc max_rss to 2_496_066_355
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/build.zig b/build.zig
@@ -717,8 +717,7 @@ pub fn build(b: *std.Build) !void {
.test_filters = test_filters,
.test_target_filters = test_target_filters,
.skip_wasm = skip_wasm,
- // Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux.
- .max_rss = 2253598720,
+ .max_rss = 2_496_066_355,
})) |test_libc_step| test_step.dependOn(test_libc_step);
}