Prev: Odd little ksh quirk
Next: java in firefox 3.6
From: David Kirkby on 5 Mar 2010 23:42 I know how to change the nice value of a running process, but is there a way to force all processes created by a specific user have higher prioity than the default? The question applies to both Solaris 10 and OpenSolaris.
From: Greg Menke on 6 Mar 2010 05:53 David Kirkby <drkirkby(a)gmail.com> writes: > I know how to change the nice value of a running process, but is there > a way to force all processes created by a specific user have higher > prioity than the default? > > The question applies to both Solaris 10 and OpenSolaris. The resource manager will get you at least part-way there, with it you can assign scheduling paramers, cpu affinity etc on a per project (and I believe per user) basis. http://docs.sun.com/app/docs/doc/817-1592/resource?l=en&a=view Gregm
From: Ceri Davies on 6 Mar 2010 09:29 On 2010-03-06, David Kirkby <drkirkby(a)gmail.com> wrote: > I know how to change the nice value of a running process, but is there > a way to force all processes created by a specific user have higher > prioity than the default? > > The question applies to both Solaris 10 and OpenSolaris. Projects and CPU shares is likely to the best way to go. Ceri -- That must be wonderful! I don't understand it at all. -- Moliere
From: Dr. David Kirkby on 6 Mar 2010 09:55 On Mar 6, 6:41 am, Michael Vilain <vil...(a)NOspamcop.net> wrote: > Try reading the man page for a discussion of process priorities. Why do > you want to change someone else's priority. Just call the sysadmin. I am the system admin. And I want a specific user's process to take priority over any other.
|
Pages: 1 Prev: Odd little ksh quirk Next: java in firefox 3.6 |