| ... | @@ -615,8 +615,8 @@ pub fn build(b: *std.Build) !void { | ... | @@ -615,8 +615,8 @@ pub fn build(b: *std.Build) !void { |
| 615 | .optimize_modes = optimization_modes, | 615 | .optimize_modes = optimization_modes, |
| 616 | .test_filters = test_filters, | 616 | .test_filters = test_filters, |
| 617 | .test_target_filters = test_target_filters, | 617 | .test_target_filters = test_target_filters, |
| 618 | // Highest RSS observed in any test case was exactly 1465151488 on x86_64-linux CI. | 618 | // Highest RSS observed in any test case was exactly 1802878976 on x86_64-linux. |
| 619 | .max_rss = 1758181785, | 619 | .max_rss = 2253598720, |
| 620 | })) |test_libc_step| test_step.dependOn(test_libc_step); | 620 | })) |test_libc_step| test_step.dependOn(test_libc_step); |
| 621 | } | 621 | } |
| 622 | | 622 | |