Run Linux process at very very low priority?
25
votes
4
answers
34475
views
I have a regular process that's not so important but will consume very much CPU power. I have another process which is really important, but it spends most of the time idle, but when it gets a job it really needs high computing power.
I tried running with
nice -20 ./low_priority_process
and nice --20 ./high_priority_process
but still the lower priority process consumes significant amount of CPU when the high priority process is in need.
How can I run a process that will really yield or even auto-suspend when another process is using CPU power?
Asked by uray
(3958 rep)
Sep 22, 2014, 07:05 PM
Last activity: Sep 22, 2023, 09:22 AM
Last activity: Sep 22, 2023, 09:22 AM