PROJET AUTOBLOG


Links

source: Links

⇐ retour index

[Linux] Petite astuce pour une tâche de fond - Liens en vrac de sebsauvage

mardi 15 novembre 2016 à 16:44
alias ni='nice -n 19 ionice -c3'

nice - run a program with modified scheduling priority
-n 19 : least favorable to the process

ionice - set or get process I/O scheduling class and priority
-c 3 : class , 3 for idle
(Permalink)