mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
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:
parent
e7e700334d
commit
02599bccb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue