authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-08 20:52:42-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-09 13:52:00-08:00
log9aaecde63f4d507b11de236c9eb6fc547f256b0e
tree02027ff76923facfef0546c9a8887160ad87d85c
parent5e242f05510330896db202974570324cf2606c22

build: bump freebsd max_rss

error: memory usage peaked at 0.75GB (751378432 bytes), exceeding the declared upper bound of 0.74GB (743802470 bytes)

1 files changed, 1 insertions(+), 4 deletions(-)

build.zig+1-4
......@@ -519,10 +519,7 @@ pub fn build(b: *std.Build) !void {
519519 .skip_libc = true,
520520 .no_builtin = true,
521521 .max_rss = switch (b.graph.host.result.os.tag) {
522 .freebsd => switch (b.graph.host.result.cpu.arch) {
523 .x86_64 => 743_802_470,
524 else => 800_000_000,
525 },
522 .freebsd => 800_000_000,
526523 .linux => switch (b.graph.host.result.cpu.arch) {
527524 .aarch64 => 639_565_414,
528525 .loongarch64 => 598_884_352,