| author | |
| committer | |
| log | a59c35cbf86e0266d5074ce219feef8436e45268 |
| tree | 25b2a191fc9e63a781c806ba6d7c6e419753c06a |
| parent | 40d11cc25a469dc6bb0f9fbba4d05e7210a23b3f |
1 files changed, 2 insertions(+), 2 deletions(-)
build.zig+2-2| ... | ... | @@ -460,8 +460,8 @@ pub fn build(b: *std.Build) !void { |
| 460 | 460 | .skip_linux = skip_linux, |
| 461 | 461 | .skip_llvm = skip_llvm, |
| 462 | 462 | .skip_libc = skip_libc, |
| 463 | // 2923515904 was observed on an x86_64-linux-gnu host. | |
| 464 | .max_rss = 3100000000, | |
| 463 | // 3888779264 was observed on an x86_64-linux-gnu host. | |
| 464 | .max_rss = 4000000000, | |
| 465 | 465 | })); |
| 466 | 466 | |
| 467 | 467 | test_modules_step.dependOn(tests.addModuleTests(b, .{ |