| ... | @@ -830,10 +830,6 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste | ... | @@ -830,10 +830,6 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste |
| 830 | const exe = b.addExecutable(.{ | 830 | const exe = b.addExecutable(.{ |
| 831 | .name = "zig", | 831 | .name = "zig", |
| 832 | .max_rss = switch (b.graph.host.result.os.tag) { | 832 | .max_rss = switch (b.graph.host.result.os.tag) { |
| 833 | .freebsd => switch (b.graph.host.result.cpu.arch) { | | |
| 834 | .x86_64 => 6_044_158_771, | | |
| 835 | else => 6_100_000_000, | | |
| 836 | }, | | |
| 837 | .linux => switch (b.graph.host.result.cpu.arch) { | 833 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 838 | .aarch64 => 6_240_805_683, | 834 | .aarch64 => 6_240_805_683, |
| 839 | .loongarch64 => 5_024_158_515, | 835 | .loongarch64 => 5_024_158_515, |