build: bump max_rss for test-behavior on riscv64-linux to 827_043_430

This commit is contained in:
Alex Rønne Petersen
2026-01-06 20:54:06 +01:00
parent e226df2ed5
commit 378b4d3d3a
+1 -1
View File
@@ -478,7 +478,7 @@ pub fn build(b: *std.Build) !void {
.aarch64 => 659_809_075,
.loongarch64 => 598_902_374,
.powerpc64le => 550_656_409,
.riscv64 => 731_258_880,
.riscv64 => 827_043_430,
.s390x => 580_596_121,
.x86_64 => 3_290_894_745,
else => 3_300_000_000,