Curt Howland put forth on 7/24/2010 8:49 PM: > Not compiling often (as you can tell), I note that the compile is > using only one cpu of 4 at a time. I'm sure there is a parallel > compilation tweak somewhere.
Setting CONCURRENCY_LEVEL=4 in your user environment should fix this, at least, it used to. From the bash command line, for the current session only: export CONCURRENCY_LEVEL=4 To make it permanent you need to edit /home/[user]/.bash_profile and append: export CONCURRENCY_LEVEL=4 If you regularly do your kernel work while logged on as root, you'd need to append it to /root/.bashrc or /root/.profile -- Stan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c4badf5.6030...@hardwarefreak.com