| author | |
| committer | |
| log | c55a33e6d954aa3b8b3964faf12da47559396735 |
| tree | 12fea3c37233e9b6e77abd98a72aacc74f136fd2 |
| parent | 8520aa585f9ba4475a602e0fdbcdede50e8cdf31 |
zig build-exe zig Debug aarch64-macos-none: error: memory usage peaked
at 6466420736 bytes, exceeding the declared upper bound of 63500000001 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -578,7 +578,7 @@ fn addCompilerStep( |
| 578 | 578 | .root_source_file = .{ .path = "src/main.zig" }, |
| 579 | 579 | .target = target, |
| 580 | 580 | .optimize = optimize, |
| 581 | .max_rss = 6_350_000_000, | |
| 581 | .max_rss = 6_500_000_000, | |
| 582 | 582 | }); |
| 583 | 583 | exe.stack_size = stack_size; |
| 584 | 584 | exe.addAnonymousModule("aro", .{ |