Skip to content

Commit 6a63c86

Browse files
committed
build: bump behavior max_rss
1 parent fd72b38 commit 6a63c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ pub fn build(b: *std.Build) !void {
437437
.skip_non_native = skip_non_native,
438438
.skip_libc = skip_libc,
439439
.use_llvm = use_llvm,
440-
// 2262585344 was observed on an x86_64-linux-gnu host.
441-
.max_rss = 2488843878,
440+
// 2520100864 was observed on an x86_64-linux-gnu host.
441+
.max_rss = 2772110950,
442442
}));
443443

444444
test_modules_step.dependOn(tests.addModuleTests(b, .{

0 commit comments

Comments
 (0)