public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* performance differences: "maxcpus=1" vs. "echo 0 > /sys/devices/system/cpu/cpu1/online"
@ 2008-03-25 13:47 Michael Meyer
  2008-03-25 14:08 ` Luciano Rocha
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Michael Meyer @ 2008-03-25 13:47 UTC (permalink / raw)
  To: linux-kernel

Hi, 

what is the difference between booting a dual core
machine with "maxcpus=1" or by deactivating the second
core at run time with "echo 0 >
/sys/devices/system/cpu/cpu1/online"?

I observed a funny behaviour of apache ant: although
it uses javac which is single threaded, a compile run
with "maxcpus=1" is actually faster than a compile run
with both cores activated. But with the second core
deactivated using "echo 0 >
/sys/devices/system/cpu/cpu1/online" it is even slower
than with both cores.

Is here any method to get the exact same behaviour of
"maxcpus=1" with disabling the second core only
temporarily? So that the second core could be disabled
before the ant execution and enabled after the ant
execution?

Thanks a lot!


      E-Mails jetzt auf Ihrem Handy.
www.yahoo.de/go


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-04-02 11:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25 13:47 performance differences: "maxcpus=1" vs. "echo 0 > /sys/devices/system/cpu/cpu1/online" Michael Meyer
2008-03-25 14:08 ` Luciano Rocha
2008-03-25 16:38   ` Michael Meyer
2008-03-25 17:16   ` Andi Kleen
2008-03-25 17:23     ` Michael Meyer
2008-03-25 17:49       ` Wander Winkelhorst
2008-03-25 17:56         ` Michael Meyer
2008-03-25 17:57         ` Andi Kleen
2008-03-25 23:27       ` Len Brown
2008-03-26  7:26         ` Michael Meyer
2008-03-28 14:00     ` Pavel Machek
2008-03-28 13:59 ` Pavel Machek
2008-03-29 20:55   ` Michael Meyer
2008-03-29 21:22     ` Pavel Machek
2008-03-29 22:16       ` Michael Meyer
2008-04-02 11:31         ` Pavel Machek
2008-03-29 23:22 ` Bernd Eckenfels

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox