On Tue, Mar 26 2013, Neil Bothwick wrote: > On Tue, 26 Mar 2013 20:43:25 +0530, Nilesh Govindrajan wrote: > >> It's better to limit the number of jobs to 2*CPUs (or cores) with a >> load control like --load-average=N where N is number of CPUs.
I have two i7-3520Ms. Each has hyperthreading so "counts" as 2. In particular /proc/cpuinfo describes 4 "cpus". Nilesh, Does that mean you recommend EMERGE_DEFAULT_OPTS="--jobs --load-average=4" MAKEOPTS="--jobs=8 --load-average=4" In particular I am not sure if your recommendation for load-average applied to EMERGE_DEFAULT_OPTS as well or if you were just discussing MAKEOPTS. thanks, allan