public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Restricting Processor Usage
@ 2008-05-09 16:27 Brian McGrew
  2008-05-09 19:28 ` Ingo Oeser
  0 siblings, 1 reply; 2+ messages in thread
From: Brian McGrew @ 2008-05-09 16:27 UTC (permalink / raw)
  To: linux-kernel

Now that I've got sched_(set|get)affinity working (thank you all for all of
the great help), I need to figure out how to unload the processors in the
machine.

When the system comes up, by default the general system load is spread
across all the processors, even when it is idle.  I'm looking for a way to
force everything on the system (kernel, X, gnome, etc.) to run on only one
processor and leave the remaining processors idea for thread assignments.
I'm doing very heavy image processing and need all the power I can get out
of each CPU.

How can I do this?  Just make the system as a whole run on only one CPU but
allow processes and threads that I create to set their affinity to the
remaining unloaded CPU's???

-brian


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

end of thread, other threads:[~2008-05-09 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-09 16:27 Restricting Processor Usage Brian McGrew
2008-05-09 19:28 ` Ingo Oeser

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