[build2] bug report

Boris Kolpackov boris at codesynthesis.com
Thu Oct 18 10:11:58 UTC 2018


Alexey Smirnov <ramyalexis at gmail.com> writes:

> g++: internal compiler error: Killed (program cc1plus)
> 
> Test machine - Debian stable.

My guess is you are running our of memory (by default build2 will
use all available hardware threads). So you may want to increase
the amount of RAM (0.5G per thread is a good rule of thumb) or
reduce core count. (There is currently no way to specify a custom
job number via the install script but we should probably add that.)



More information about the users mailing list