Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:linux_os:cpu_affinity [2019-02-24 15:41] grafsoftware:linux:linux_os:cpu_affinity [2019-02-24 15:44] (aktuell) graf
Zeile 19: Zeile 19:
  
  
-===== Pin a certain process to an other CPU core ===== +===== Pin a Process to Another CPU Core ===== 
-To pin a certain process to CPU core 1 use:+To pin a certain process to CPU core 1 use:
  
 ''taskset 0x2 <rt-process>'' ''taskset 0x2 <rt-process>''
  
 **Hint**: **Hint**:
-This will pin the process to core 1, not core 2+This will pin the process to core 1, not core 2see //Bitmask// further down.
-For more information see chapter //Bitmask// further down.+
  
 ==== Bitmask ==== ==== Bitmask ====