mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
build: bump freebsd max_rss
solves error: memory usage peaked at 1.10GB (1102852096 bytes), exceeding the declared upper bound of 1.06GB (1060217241 bytes)
This commit is contained in:
parent
9eb3b54eb5
commit
420a9aed4c
1 changed files with 1 additions and 4 deletions
|
|
@ -470,10 +470,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.skip_llvm = skip_llvm,
|
||||
.skip_libc = skip_libc,
|
||||
.max_rss = switch (b.graph.host.result.os.tag) {
|
||||
.freebsd => switch (b.graph.host.result.cpu.arch) {
|
||||
.x86_64 => 1_060_217_241,
|
||||
else => 1_100_000_000,
|
||||
},
|
||||
.freebsd => 2_000_000_000,
|
||||
.linux => switch (b.graph.host.result.cpu.arch) {
|
||||
.aarch64 => 659_809_075,
|
||||
.loongarch64 => 598_902_374,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue