build: bump behavior max_rss

This commit is contained in:
Jacob Young 2025-06-01 11:58:40 -04:00
parent fd72b38f68
commit 6a63c8653a

View File

@ -437,8 +437,8 @@ pub fn build(b: *std.Build) !void {
.skip_non_native = skip_non_native,
.skip_libc = skip_libc,
.use_llvm = use_llvm,
// 2262585344 was observed on an x86_64-linux-gnu host.
.max_rss = 2488843878,
// 2520100864 was observed on an x86_64-linux-gnu host.
.max_rss = 2772110950,
}));
test_modules_step.dependOn(tests.addModuleTests(b, .{