On Thu, 20 Jan 2005 11:01:33 +0100, Leonard Janus <[EMAIL PROTECTED]> wrote:
> My question is: Why is the second CPU nearly IDLE ? > Is there any more setup (on linux) to do ? Do you have a workload on Linux that allows work to be done on two CPU's at the same time? If the application does not create multiple processes that can run in parallel, then you will not see Linux use the 2nd CPU a lot. You could run make with the '-j' option to see that it works. PS If you have no use for the 2nd virtual CPU you might do wise to take it out ;-) -- Rob van der Heij rvdheij @ gmail.com ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
