Results 1 to 2 of 2
How can I change the priority of a new process, how do i know a process is new or old in the scheduler.
Thanks
Vinay...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-03-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 7
Kernel scheduler
How can I change the priority of a new process, how do i know a process is new or old in the scheduler.
Thanks
Vinay
- 11-06-2010 #2Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 394
look at the command "renice" for changing an existing process priority or "nice" for runnning a new process at a differnt priority. Note that postive numbers lower the priority (after all a positive number is more nice to other processes.)


Reply With Quote
