cvs commit: src/usr.bin/make job.c job.h main.c make.c

Poul-Henning Kamp phk at phk.freebsd.dk
Fri Nov 12 02:34:06 PST 2004


In message <20041112102856.GA57546 at funkthat.com>, John-Mark Gurney writes:
>Poul-Henning Kamp wrote this message on Fri, Nov 12, 2004 at 09:59 +0100:
>> Please see:
>> 
>> 	http://phk.freebsd.dk/misc/make.png
>> 
>> It shows the loadaverage for "make -j 12 -s buildworld" with and without
>> this code.
>
>Thanks for doing this! :)
>
>Am I to guess/read from the graph that the total time to buildworld
>was the same w/ and w/o?

Yes, for this particular case dual Opteron, 4G ram, make -j 12 builworld)
there is no statistically significant difference in overall time.

If it had less ram it would probably be an improvement because the
limit prevents overcommitting RAM with processes we can't really
service with CPU anyway.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the cvs-all mailing list