From 4e806f25210abd17f7092f40619b248e8b73def5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 11 Jan 2026 05:55:46 +0100 Subject: [PATCH] build: bump test-libc max_rss to 2_496_066_355 --- build.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.zig b/build.zig index 29824e16e49bc1a3fca7a27c4c3e67dcbeb979ae..76803b527381ecf7b1e20459d81d8cfa996e2dcb 100644 --- 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); } -- 2.54.0