https://bugs.winehq.org/show_bug.cgi?id=11674
Nicolas Bourdon nicobzz@gmail.Com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nicobzz@gmail.Com
--- Comment #355 from Nicolas Bourdon nicobzz@gmail.Com --- I have the same problem, but I found a way to resolve it I believe:
I start taskmgr.exe in the same wineprefix, and change the affinity of SC2.exe, for that it's only require to right click on SC2.exe in processus tab, then click on define affinity, then remove a cpu to use and add a cpu to use.
It seems to me that by this way SC2 no more lags when there is lot of units.
I also noticed, that when I found the PID of SC2 (for instance using ps -ax on a terminal) and then lauching:
taskset --pid --cpu-list PID_of_SC2
(taskset show what cpu is used by a process) it shows SC2 only work on 1 cpu, (even if the number return is 2, apparently it means it runs on the cpu with the id 2).
By using taskmgr.exe makes SC2 use 2 cpu also in the:
taskset --pid --cpu-list PID_of_SC2
command