Closed Bug 619787 Opened 15 years ago Closed 15 years ago

Set concurrency based on available CPUs

Categories

(Mozilla Messaging Graveyard :: Release Engineering, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jhopkins, Unassigned)

Details

<gozer> Something to try for our os x mozconfigs CONCURRENCY=$(( `sysctl hw.logicalcpu | awk {'print $2'}` + 2 )) and pass that as the value of -J
And on Linux CPUS=`grep processor /proc/cpuinfo | wc -l` CONCURRENCY = $(( $CPUS + 2 ))
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.