build: bump test-c-abi max_rss to 2_389_779_251 on x86_64-linux

This commit is contained in:
Alex Rønne Petersen 2025-12-18 13:01:35 +01:00
parent a6c22c5edb
commit f9419c81cf
No known key found for this signature in database

View file

@ -707,7 +707,7 @@ pub fn build(b: *std.Build) !void {
.powerpc64le => 560_870_604,
.riscv64 => 449_924_710,
.s390x => 1_946_743_603,
.x86_64 => 2_139_993_292,
.x86_64 => 2_389_779_251,
else => 2_200_000_000,
},
.macos => switch (b.graph.host.result.cpu.arch) {