On Tue, Oct 15, 2019 at 11:48 AM Ankur Sinha <sanjay.ankur@gmail.com> wrote:
On Tue, Oct 15, 2019 11:14:42 -0500, Richard Shaw wrote:
> I was doing good until I hit this one, went through all 8GB of swap...
>
> g++: fatal error: Killed signal terminated program cc1plus
> compilation terminated.
> make[4]: *** [Makefile:598: graph_community_network_eavg_imp1.lo] Error 1
> make[4]: *** Waiting for unfinished jobs....

Ugh, looks like it'll have to be -j1. I spoke to folks in
#fedora-releng, and while we do have builders with 128gigs of RAM along
with builders with 16gigs, there's no way to force a build to use the
one or the other---it's just luck. I could maybe detect what machine it is in
the spec depending on the value of _smp_mflags..

One option is to roll the dice with -j2 and hope you get one of the nice builders. May be quicker overall to risk a OOM failure on a build or two until you get a good builder :)

Thanks,
RichardÂ