<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Renice on Michael’s Domain</title><link>https://jeltsch.org/en/tags/renice/</link><description>Recent content in Renice on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/renice/index.xml" rel="self" type="application/rss+xml"/><item><title>Changing job priority under Linux</title><link>https://jeltsch.org/en/changing_job_priority_under_linux/</link><pubDate>Thu, 24 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/changing_job_priority_under_linux/</guid><description>&lt;p&gt;If the job is already running use:&lt;code&gt;renice 19 -p 2478&lt;/code&gt;This gives the job 2478 (as identified with ps -aux) the lowest possible priority. renice -20 would give it highest priority. If the job is not yet running you can execute it with nice command:&lt;code&gt;nice +19 amuleto execute amule with lowest possible priority) andnice -20 amule&lt;/code&gt;to execute it with highest priority.&lt;/p&gt;</description></item></channel></rss>