build: bump libc-test max_rss from 1758181785 to 2253598720

This commit is contained in:
Alex Rønne Petersen 2025-10-30 17:52:05 +01:00
parent 5b060ef9d4
commit 8126e22756
No known key found for this signature in database

View file

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