build: bump test-libc max_rss to 3_500_000_000

error: memory usage peaked at 3.11GB (3105054720 bytes), exceeding the declared upper bound of 2.90GB (2900000000 bytes)
This commit is contained in:
Alex Rønne Petersen 2026-02-03 13:31:24 +01:00
parent e7e700334d
commit 02599bccb5
No known key found for this signature in database

View file

@ -681,7 +681,7 @@ pub fn build(b: *std.Build) !void {
.test_filters = test_filters,
.test_target_filters = test_target_filters,
.skip_wasm = skip_wasm,
.max_rss = 2_496_066_355,
.max_rss = 3_500_000_000,
})) |test_libc_step| test_step.dependOn(test_libc_step);
}