Re: Simcity 4 Rush Hour

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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







[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux