Set an application’s priority when you first run it.
- See also
renice— will set a running-application’s priority. Needs root. -
See also
ionice:
\ionice -c2 -n7 PROGRAM
Set an application’s priority when you first run it.
renice — will set a running-application’s priority. Needs root.See also ionice:
\ionice -c2 -n7 PROGRAM
ported