capping memory usage of buildworld (c++)

Joshua Isom jrisom at gmail.com
Sun Mar 25 16:38:26 UTC 2012


On 3/25/2012 11:10 AM, Alfred Perlstein wrote:
> It's kind of insane how much memory the compiler uses these days.
>
> Any other options?

Switch to clang which uses less memory, or use a smaller jobs number. 
Memory use is inevitable, but the benefit is more efficient binaries.


More information about the freebsd-hackers mailing list