How to dynamically adjust NICE
Hello,
Sometimes I realize I should have run a process through nice for reducing its priority.
So, is it possible to adjust it later, say with priocntl?
If so, which option controls the NICE value shown on prstat?
Carlos.
Sometimes I realize I should have run a process through nice for reducing its priority.
So, is it possible to adjust it later, say with priocntl?
If so, which option controls the NICE value shown on prstat?
# priocntl -s -c FSS -i pid <my_pid> ... ?Thanks in advance,
Carlos.
0