On Mon, Mar 01, 2010 at 09:27:36AM -0600, Andres Salazar wrote:
> Hello,
> 
> I dont have obj on ram, or /tmp . Iam using make build.
> 
> Thank you
> 
> Andres
> 
> On Mon, Mar 1, 2010 at 5:48 AM, Marc Espie <es...@nerim.net> wrote:
> > On Sun, Feb 28, 2010 at 11:02:37AM -0600, Andres Salazar wrote:
> >> Hello,
> >>
> >> Iam confused on the different result I get when I compile userland on
> >> any machine better then a Dual Core 2.5Ghz 2GB RAM 160GB 7200 SATA /
> >> SATA ii
> >>
> > You're not even telling us how you compile userland. How should we help ?
> > is your obj in ram ? your tmp in ram ? are you building with make build ?
> > make -j4 build ? something else ?

Well, /tmp in RAM is going to make a big difference.

And src/ is mostly parallel-clean. There's an unlikely race in perl,
but otherwise make -jN build is going to go ~N times as fast on an n-core SMP
system.

Reply via email to