build: bump test-zigc max_rss to 767_483_904 on x86_64-linux

This commit is contained in:
Alex Rønne Petersen
2025-12-06 01:50:27 +01:00
parent 4ce7b57e86
commit 1e616096d4
+3 -3
View File
@@ -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,
},
}));