| author | |
| committer | |
| log | 02599bccb5c0b75e6dcdf950fa2dc1ece40c19f3 |
| tree | b9d1f4ebb2f0b94e33ef4d50a2dcb3a0f1852d9f |
| parent | e7e700334d1432efec7d19887c6656d956e260e7 |
| signature |
error: memory usage peaked at 3.11GB (3105054720 bytes), exceeding the declared upper bound of 2.90GB (2900000000 bytes)1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -681,7 +681,7 @@ pub fn build(b: *std.Build) !void { |
| 681 | 681 | .test_filters = test_filters, |
| 682 | 682 | .test_target_filters = test_target_filters, |
| 683 | 683 | .skip_wasm = skip_wasm, |
| 684 | .max_rss = 2_496_066_355, | |
| 684 | .max_rss = 3_500_000_000, | |
| 685 | 685 | })) |test_libc_step| test_step.dependOn(test_libc_step); |
| 686 | 686 | } |
| 687 | 687 |