Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 367 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 367 Bytes

lock-free_algorithms

Linux

http://linux.die.net/man/1/taskset

Para controlar los core con que se ejecuta la tarea

taskset -c 0,1 ant -f build.xml taskset -c 0,1 ant -f build.xml taskset -c 0,2 ant -f build.xml

numactl -N0 -m0 ant ...

0 y 2 es el mismo core

Windows

http://ss64.com/nt/start.html

START "title" /AFFINITY "command"