Cygwin command to bind new process to CPUs 3,4?

Christian Franke Christian.Franke@t-online.de
Tue Dec 10 12:28:38 GMT 2024


Cedric Blancher via Cygwin wrote:
> Good morning!
>
> Does Cycgwin have a command to bind a new process to a specific set of
> CPUs, e.g. bind /usr/bin/eatfrogs to CPU cores 3 and 4?

$ taskset -c 3,4 /usr/bin/eatfrogs
...

$ cygcheck -f /usr/bin/taskset
util-linux-2.39.3-2

-- 
Regards,
Christian



More information about the Cygwin mailing list