public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Stefan Ring <stefanrin@gmail.com>
To: Mathieu Malaterre via Gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: virtual memory exhausted: Cannot allocate memory
Date: Thu, 1 Dec 2022 13:30:26 +0100	[thread overview]
Message-ID: <CAAxjCEy_OvnQEmFrne__dy0-HewXu7qK0UbBi0dvZvq7HO2eGw@mail.gmail.com> (raw)
In-Reply-To: <CA+7wUsxtbrVNYX5XMeYxzaYGoVD+=k8mkECPVUfY0qLuuw14DQ@mail.gmail.com>

On Thu, Dec 1, 2022 at 8:43 AM Mathieu Malaterre via Gcc-help
<gcc-help@gcc.gnu.org> 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

      reply	other threads:[~2022-12-01 12:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30  7:19 Mathieu Malaterre
2022-11-30  7:29 ` Florian Weimer
2022-12-01  7:42   ` Mathieu Malaterre
2022-12-01 12:30     ` Stefan Ring [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAxjCEy_OvnQEmFrne__dy0-HewXu7qK0UbBi0dvZvq7HO2eGw@mail.gmail.com \
    --to=stefanrin@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).