DEV Community

Discussion on: Linux commands useful when performing heavy processing

Collapse
 
moopet profile image
Ben Sinclair

You can also use renice to adjust the priority of a process once it's already running.

Collapse
 
ko31 profile image
Ko Takagi • Edited

Thanks! I added renice to this article.