| author | |
| committer | |
| log | 15e73c70ab5d41395d2cc81e0737450eabcf49f9 |
| tree | 8551360ee92f40e88fd527d13dd3db9815244f7b |
| parent | 27e64745084b0de6604e014f9b9f2079906ca548 |
observed error: memory usage peaked at 0.62GB (620556288 bytes),
exceeding the declared upper bound of 0.60GB (603070054 bytes).1 files changed, 1 insertions(+), 4 deletions(-)
build.zig+1-4| ... | @@ -487,10 +487,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -487,10 +487,7 @@ pub fn build(b: *std.Build) !void { |
| 487 | .aarch64 => 767_736_217, | 487 | .aarch64 => 767_736_217, |
| 488 | else => 800_000_000, | 488 | else => 800_000_000, |
| 489 | }, | 489 | }, |
| 490 | .windows => switch (b.graph.host.result.cpu.arch) { | 490 | .windows => 700_000_000, |
| 491 | .x86_64 => 603_070_054, | ||
| 492 | else => 700_000_000, | ||
| 493 | }, | ||
| 494 | else => 3_300_000_000, | 491 | else => 3_300_000_000, |
| 495 | }, | 492 | }, |
| 496 | })); | 493 | })); |