commit 6a63c8653ae9121f1cbcee49d32ec4f8deaf0b65 (tree)
parent fd72b38f68c6c0f637c7d3639162e4053135086c
Author: Jacob Young <jacobly0@users.noreply.github.com>
Date: Sun, 1 Jun 2025 11:58:40 -0400
build: bump behavior max_rss
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.zig b/build.zig
@@ -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, .{