Subject: Re: [boost] [1.58.0] Release candidates available
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-04-07 04:35:50


>> and detrimental if there is not enough RAM.
> How much RAM is needed?

Depends on the compiler, and which builds just so happen to end up in
parallel.

Broadly I would support this, though I have noticed certain compilers
choking when run in parrellel - Intel's is a prime culprit - once the
system ram is exhausted, the system just sits there thrashing the swap
file and getting nowhere :(

John.