Kinda stupid question, but I was unable to find an exact way to do it. What I want to do is to limit the number of CPU cores for the game (I'm testing a suggestion that it may help with performance for a specific game). So I want to run something like
taskset -c 0-3 %command%
taskset -c 0-3 %command%
, but I don't really understand how I do it in HGL GUI.