| ... | @@ -798,7 +798,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -798,7 +798,7 @@ pub fn build(b: *std.Build) !void { |
| 798 | .test_filters = test_filters, | 798 | .test_filters = test_filters, |
| 799 | .test_target_filters = test_target_filters, | 799 | .test_target_filters = test_target_filters, |
| 800 | .skip_wasm = skip_wasm, | 800 | .skip_wasm = skip_wasm, |
| 801 | .max_rss = 3_500_000_000, | 801 | .max_rss = 4_300_000_000, |
| 802 | })) |test_libc_nsz_step| test_step.dependOn(test_libc_nsz_step); | 802 | })) |test_libc_nsz_step| test_step.dependOn(test_libc_nsz_step); |
| 803 | } | 803 | } |
| 804 | | 804 | |