On Tuesday, October 13, 2020 8:28:01 AM CEST Andreas Fink wrote:
> On Tue, 13 Oct 2020 02:10:04 -0400
> 
> Jude DaShiell <jdash...@panix.com> wrote:
> > x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated
> > program cc1plus compilation terminated.
> 
> These two lines stongly suggest that you ran out of memory while
> compilation. You could try to build it with only one job (-j1),
> currently you are using -j2.
> Another option would be to buy more RAM ;)
> And last but not least, you could increase your swap memory, but be
> prepared that your system becomes unresponsive and compilation will
> probably take forever.

One more suggestion, your PORTAGE_TMPDIR is set to "/var/tmp".
By default, this is a tmpfs, which means it's all kept in RAM.

If your system is that low on RAM, you might want to change that to a 
different location that is backed by a real disk.

--
Joost



Reply via email to