authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-11 05:55:46+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-11 05:55:46+01:00
log4e806f25210abd17f7092f40619b248e8b73def5
treede3f6e726c72373e98c54bfaad757c19e4be9023
parentc002b96f178943375b9c454d88a911627a53759d
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump test-libc max_rss to 2_496_066_355


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

build.zig+1-2
......@@ -717,8 +717,7 @@ pub fn build(b: *std.Build) !void {
717717 .test_filters = test_filters,
718718 .test_target_filters = test_target_filters,
719719 .skip_wasm = skip_wasm,
720 // Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux.
721 .max_rss = 2253598720,
720 .max_rss = 2_496_066_355,
722721 })) |test_libc_step| test_step.dependOn(test_libc_step);
723722}
724723