| ... | @@ -681,7 +681,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -681,7 +681,7 @@ pub fn build(b: *std.Build) !void { |
| 681 | .test_filters = test_filters, | 681 | .test_filters = test_filters, |
| 682 | .test_target_filters = test_target_filters, | 682 | .test_target_filters = test_target_filters, |
| 683 | .skip_wasm = skip_wasm, | 683 | .skip_wasm = skip_wasm, |
| 684 | .max_rss = 2_496_066_355, | 684 | .max_rss = 3_500_000_000, |
| 685 | })) |test_libc_step| test_step.dependOn(test_libc_step); | 685 | })) |test_libc_step| test_step.dependOn(test_libc_step); |
| 686 | } | 686 | } |
| 687 | | 687 | |