| author | |
| committer | |
| log | e771c6d66ab52fe7d98676d3592ee2c58242c6aa |
| tree | b5d289e68f6f73636e1535f8438ae9c85d43471f |
| parent | 6493a3b83108870f20f9a478ea05d2ef8e756394 |
| signature |
error: memory usage peaked at 4.16GB (4164247552 bytes), exceeding the declared upper bound of 3.30GB (3300000000 bytes)1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -649,7 +649,7 @@ pub fn build(b: *std.Build) !void { |
| 649 | 649 | .skip_darwin = skip_darwin, |
| 650 | 650 | .skip_linux = skip_linux, |
| 651 | 651 | .skip_llvm = skip_llvm, |
| 652 | .max_rss = 3_300_000_000, | |
| 652 | .max_rss = 4_300_000_000, | |
| 653 | 653 | })); |
| 654 | 654 | test_step.dependOn(tests.addLinkTests(b, .{ |
| 655 | 655 | .test_target_filters = test_target_filters, |