mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
build: bump behavior max_rss
This commit is contained in:
parent
fd72b38f68
commit
6a63c8653a
@ -437,8 +437,8 @@ pub fn build(b: *std.Build) !void {
|
|||||||
.skip_non_native = skip_non_native,
|
.skip_non_native = skip_non_native,
|
||||||
.skip_libc = skip_libc,
|
.skip_libc = skip_libc,
|
||||||
.use_llvm = use_llvm,
|
.use_llvm = use_llvm,
|
||||||
// 2262585344 was observed on an x86_64-linux-gnu host.
|
// 2520100864 was observed on an x86_64-linux-gnu host.
|
||||||
.max_rss = 2488843878,
|
.max_rss = 2772110950,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
test_modules_step.dependOn(tests.addModuleTests(b, .{
|
test_modules_step.dependOn(tests.addModuleTests(b, .{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user