mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
build: bump test-zigc max_rss to 767_483_904 on x86_64-linux
This commit is contained in:
@@ -569,8 +569,8 @@ pub fn build(b: *std.Build) !void {
|
||||
.loongarch64 => 598_974_464,
|
||||
.riscv64 => 382_786_764,
|
||||
.s390x => 395_555_635,
|
||||
.x86_64 => 692_348_518,
|
||||
else => 700_000_000,
|
||||
.x86_64 => 767_483_904,
|
||||
else => 800_000_000,
|
||||
},
|
||||
.macos => switch (b.graph.host.result.cpu.arch) {
|
||||
.aarch64 => 451_389_030,
|
||||
@@ -580,7 +580,7 @@ pub fn build(b: *std.Build) !void {
|
||||
.x86_64 => 367_747_072,
|
||||
else => 400_000_000,
|
||||
},
|
||||
else => 700_000_000,
|
||||
else => 800_000_000,
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user