mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
build: bump behavior max_rss
This commit is contained in:
parent
fd72b38f68
commit
6a63c8653a
1 changed files with 2 additions and 2 deletions
|
|
@ -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, .{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue