| author | |
| committer | |
| log | 0b856d12a09df8e9b3a09494ec5488b771c20d0b |
| tree | 5df32976536d7ca54e5dd02005efd8f50feeaf21 |
| parent | 88dd682155a38843517ca79ae84f1f0a0d3c5cf9 |
error: memory usage peaked at 6.05GB (6047436800 bytes), exceeding the
declared upper bound of 6.04GB (6044158771 bytes)
This value isn't meant to be OS-specific anyway.1 files changed, 0 insertions(+), 4 deletions(-)
build.zig-4| ... | ... | @@ -830,10 +830,6 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste |
| 830 | 830 | const exe = b.addExecutable(.{ |
| 831 | 831 | .name = "zig", |
| 832 | 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 | 833 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 838 | 834 | .aarch64 => 6_240_805_683, |
| 839 | 835 | .loongarch64 => 5_024_158_515, |