How do I make compiling code not bring my system to its knees?
Posted
by Jason Baker
on Super User
See other posts from Super User
or by Jason Baker
Published on 2010-02-17T01:56:37Z
Indexed on
2010/03/22
14:51 UTC
Read the original article
Hit count: 337
I have a macbook with snow leopard and 2 gigs of RAM. When I compile C or C++ code, my system becomes all but unusable. For instance, when I compile llvm I notice that there are about 10 or 11 processes (cc1plus
) getting launched at a time that suck up my CPU time and memory. Is there any way to maybe make it compile less at one time? I'll gladly wait a while longer to have my system usable while I'm compiling.
Or is this something that you just have to live with when compiling C or C++?
© Super User or respective owner