How does process priority influence a process
- by Luis Alvarado - The Wolverine
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?