[SLL] increasing thread priority
Bryan McLellan
btm at loftninjas.org
Mon Sep 29 17:42:39 PDT 2008
On Mon, Sep 29, 2008 at 5:17 PM, Mathew D. Watson
<watson at visiongate3d.com> wrote:
> Starting with nice only lets me reduce the priority, but running renice as
> root lets me increase the priority. It's kind of clunky having to run ps to
> find the process id and then runding renice as root using sudo (I'm running
> ubuntu), but it avoids having to run the process as root.
./mymagic && sudo renice -20 `pidof mymagic`
More information about the linux-list
mailing list