From 2da956b84a1f26ea9b52e2314e8393cffba95df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 10 Dec 2025 00:07:25 +0100 Subject: [PATCH] build: bump compiler max_rss to 6_664_025_702 on x86_64-linux --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 7edbc689e0178ef210d8d56b0bfe7a8b1f9ab9b9..085c5c695e9e45472025c7c4f2a794a2874224cd 100644 --- 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) { -- 2.54.0