mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
build: bump freebsd max_rss
error: memory usage peaked at 0.75GB (751378432 bytes), exceeding the declared upper bound of 0.74GB (743802470 bytes)
This commit is contained in:
parent
5e242f0551
commit
9aaecde63f
1 changed files with 1 additions and 4 deletions
|
|
@ -519,10 +519,7 @@ pub fn build(b: *std.Build) !void {
|
|||
.skip_libc = true,
|
||||
.no_builtin = true,
|
||||
.max_rss = switch (b.graph.host.result.os.tag) {
|
||||
.freebsd => switch (b.graph.host.result.cpu.arch) {
|
||||
.x86_64 => 743_802_470,
|
||||
else => 800_000_000,
|
||||
},
|
||||
.freebsd => 800_000_000,
|
||||
.linux => switch (b.graph.host.result.cpu.arch) {
|
||||
.aarch64 => 639_565_414,
|
||||
.loongarch64 => 598_884_352,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue