[Wine] Re: Simcity 4 Rush Hour

dimesio wineforum-user at winehq.org
Thu Nov 3 22:02:53 CDT 2011


danielsard wrote:
> how do you bind it to one core plz?

I use taskset; you put it before the command to run your app, e.g.,

Code:
taskset -c 0 wine '/path/to/program.exe'


Substitute the actual path to the exe in the command line. The 0 binds it to the first core; you can specify any core. 

http://linuxcommand.org/man_pages/taskset1.html







More information about the wine-users mailing list