| author | |
| committer | |
| log | 54a4f24ea7c76297e97683501aef607b2a27cd16 |
| tree | 79d2befedb31733342f233165fb10c0f7062c7cd |
| parent | c55a33e6d954aa3b8b3964faf12da47559396735 |
zig build-exe zig Debug aarch64-macos-none: error: memory usage peaked
at 6607110144 bytes, exceeding the declared upper bound of 65000000001 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_500_000_000, | |
| 581 | .max_rss = 7_000_000_000, | |
| 582 | 582 | }); |
| 583 | 583 | exe.stack_size = stack_size; |
| 584 | 584 | exe.addAnonymousModule("aro", .{ |