| author | |
| committer | |
| log | 6ee0ef96fea84f66ad3e7e987a07a5b89ab41308 |
| tree | 24e5fd19ff7c7877773bce19a4b5b77d2f95fb1d |
| parent | df5bbb5b95137384384a758145f6eedcca51867c |
| signature |
error: memory usage peaked at 2.74GB (2744430592 bytes), exceeding the declared upper bound of 2.70GB (2700000000 bytes)1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -622,7 +622,7 @@ pub fn build(b: *std.Build) !void { |
| 622 | 622 | .use_llvm = use_llvm, |
| 623 | 623 | .use_lld = use_llvm, |
| 624 | 624 | .zig_lib_dir = b.path("lib"), |
| 625 | .max_rss = 2_700_000_000, | |
| 625 | .max_rss = 3_000_000_000, | |
| 626 | 626 | }); |
| 627 | 627 | if (link_libc) { |
| 628 | 628 | unit_tests.root_module.link_libc = true; |