mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
build.zig: bump max_rss for windows module tests
observed error: memory usage peaked at 0.62GB (620556288 bytes), exceeding the declared upper bound of 0.60GB (603070054 bytes).
This commit is contained in:
parent
27e6474508
commit
15e73c70ab
1 changed files with 1 additions and 4 deletions
|
|
@ -487,10 +487,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.aarch64 => 767_736_217,
|
||||
else => 800_000_000,
|
||||
},
|
||||
.windows => switch (b.graph.host.result.cpu.arch) {
|
||||
.x86_64 => 603_070_054,
|
||||
else => 700_000_000,
|
||||
},
|
||||
.windows => 700_000_000,
|
||||
else => 3_300_000_000,
|
||||
},
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue