commit 2da956b84a1f26ea9b52e2314e8393cffba95df2 (tree)
parent 1608e31ca1da67cdd99d75d2438d6de0a07e3859
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Wed, 10 Dec 2025 00:07:25 +0100
build: bump compiler max_rss to 6_664_025_702 on x86_64-linux
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.zig b/build.zig
@@ -879,7 +879,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste
.loongarch64 => 5_024_158_515,
.riscv64 => 6_996_309_196,
.s390x => 4_997_174_476,
- .x86_64 => 5_486_090_649,
+ .x86_64 => 6_664_025_702,
else => 7_000_000_000,
},
.macos => switch (b.graph.host.result.cpu.arch) {