| author | |
| committer | |
| log | 420a9aed4c27af2501b6e85973b7762a7e38b9e4 |
| tree | 579a03191e4c7ba22191b9dfba285bbdef8db0de |
| parent | 9eb3b54eb5442b13d268a7965998c6ffc5004d6a |
solves error: memory usage peaked at 1.10GB (1102852096 bytes),
exceeding the declared upper bound of 1.06GB (1060217241 bytes)1 files changed, 1 insertions(+), 4 deletions(-)
build.zig+1-4| ... | ... | @@ -470,10 +470,7 @@ pub fn build(b: *std.Build) !void { |
| 470 | 470 | .skip_llvm = skip_llvm, |
| 471 | 471 | .skip_libc = skip_libc, |
| 472 | 472 | .max_rss = switch (b.graph.host.result.os.tag) { |
| 473 | .freebsd => switch (b.graph.host.result.cpu.arch) { | |
| 474 | .x86_64 => 1_060_217_241, | |
| 475 | else => 1_100_000_000, | |
| 476 | }, | |
| 473 | .freebsd => 2_000_000_000, | |
| 477 | 474 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 478 | 475 | .aarch64 => 659_809_075, |
| 479 | 476 | .loongarch64 => 598_902_374, |