How does process priority influence a process
Posted
by
Luis Alvarado - The Wolverine
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Luis Alvarado - The Wolverine
Published on 2012-11-14T21:56:46Z
Indexed on
2012/11/14
23:19 UTC
Read the original article
Hit count: 360
process-priority
Assuming we have read the following question: Change niceness (priority) of a running process and we know about root, non-root permissions:
What actually happens when a running process (Through renice
) or a new process (Through nice
) gets its priority changed to a positive/negative value it previously had.
- Does it mean more memory is assign to it?
- Does more CPU power go to that particular process?
- Does it reduce any timing for resources for that process?
What happens when the process priority change?
© Ask Ubuntu or respective owner