| ... | @@ -2236,6 +2236,7 @@ fn prepare(maker: *Maker, step_indices: []const Configuration.Step.Index) !void | ... | @@ -2236,6 +2236,7 @@ fn prepare(maker: *Maker, step_indices: []const Configuration.Step.Index) !void |
| 2236 | } | 2236 | } |
| 2237 | } | 2237 | } |
| 2238 | if (any_problems) { | 2238 | if (any_problems) { |
| | 2239 | log.info("use --skip-oom-steps to proceed, skipping memory limited steps", .{}); |
| 2239 | if (maker.max_rss_is_default) { | 2240 | if (maker.max_rss_is_default) { |
| 2240 | log.info("use --maxrss {d} to proceed, risking system memory exhaustion", .{max_needed}); | 2241 | log.info("use --maxrss {d} to proceed, risking system memory exhaustion", .{max_needed}); |
| 2241 | } | 2242 | } |