On Thu, Dec 1, 2022 at 8:43 AM Mathieu Malaterre via Gcc-help <gcc-help@xxxxxxxxxxx> wrote: > > If I understand correctly, the issue is really memory pressure on > mipsel build machine. Steps: Yes. So your options should be obvious: - Don't run any compile jobs in parallel (I think you're not doing this anyway) - Increase system memory (likely not possible) - Increase swap size - Use an older compiler - Cross-compile on a beefier machine