build: bump max_rss for C ABI tests on Windows

This commit is contained in:
Andrew Kelley 2026-02-04 10:54:02 -08:00
parent fcef9905ae
commit b49dc5eb70

View file

@ -625,10 +625,7 @@ pub fn build(b: *std.Build) !void {
.aarch64 => 1_813_612_134,
else => 1_900_000_000,
},
.windows => switch (b.graph.host.result.cpu.arch) {
.x86_64 => 386_287_616,
else => 400_000_000,
},
.windows => 400_000_000,
else => 2_200_000_000,
},
}));