build: bump test-libc max_rss to 2_496_066_355

This commit is contained in:
Alex Rønne Petersen 2026-01-11 05:55:46 +01:00
parent c002b96f17
commit 4e806f2521
No known key found for this signature in database

View file

@ -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);
}