| author | |
| committer | |
| log | 6493a3b83108870f20f9a478ea05d2ef8e756394 |
| tree | ec145102f70f1b79051da60a612fa12e20cdaadb |
| parent | 58a5cdde51972142d4255499233521a0de0494ca |
| signature |
error: memory usage peaked at 4.16GB (4156260352 bytes), exceeding the declared upper bound of 3.50GB (3500000000 bytes)1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -798,7 +798,7 @@ pub fn build(b: *std.Build) !void { |
| 798 | 798 | .test_filters = test_filters, |
| 799 | 799 | .test_target_filters = test_target_filters, |
| 800 | 800 | .skip_wasm = skip_wasm, |
| 801 | .max_rss = 3_500_000_000, | |
| 801 | .max_rss = 4_300_000_000, | |
| 802 | 802 | })) |test_libc_nsz_step| test_step.dependOn(test_libc_nsz_step); |
| 803 | 803 | } |
| 804 | 804 |