| author | |
| committer | |
| log | 9aaecde63f4d507b11de236c9eb6fc547f256b0e |
| tree | 02027ff76923facfef0546c9a8887160ad87d85c |
| parent | 5e242f05510330896db202974570324cf2606c22 |
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 { |
| 519 | 519 | .skip_libc = true, |
| 520 | 520 | .no_builtin = true, |
| 521 | 521 | .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, | |
| 526 | 523 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 527 | 524 | .aarch64 => 639_565_414, |
| 528 | 525 | .loongarch64 => 598_884_352, |