| ... | @@ -717,8 +717,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -717,8 +717,7 @@ pub fn build(b: *std.Build) !void { |
| 717 | .test_filters = test_filters, | 717 | .test_filters = test_filters, |
| 718 | .test_target_filters = test_target_filters, | 718 | .test_target_filters = test_target_filters, |
| 719 | .skip_wasm = skip_wasm, | 719 | .skip_wasm = skip_wasm, |
| 720 | // Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux. | 720 | .max_rss = 2_496_066_355, |
| 721 | .max_rss = 2253598720, | | |
| 722 | })) |test_libc_step| test_step.dependOn(test_libc_step); | 721 | })) |test_libc_step| test_step.dependOn(test_libc_step); |
| 723 | } | 722 | } |
| 724 | | 723 | |