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