Commit 8126e22756
Changed files (1)
build.zig
@@ -615,8 +615,8 @@ pub fn build(b: *std.Build) !void {
.optimize_modes = optimization_modes,
.test_filters = test_filters,
.test_target_filters = test_target_filters,
- // Highest RSS observed in any test case was exactly 1465151488 on x86_64-linux CI.
- .max_rss = 1758181785,
+ // Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux.
+ .max_rss = 2253598720,
})) |test_libc_step| test_step.dependOn(test_libc_step);
}