http://bugs.winehq.org/show_bug.cgi?id=11674
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #31 from Wylda wylda@volny.cz 2010-09-07 02:45:26 CDT --- (In reply to comment #30)
Is there any tempopary workaround we can do here? Something like disabling SMP(will the kernel use only one core with this option?) or setting affinity maybe?
For sticking on CPU i use schedtool -a 0x1 -e wine app.exe //stick on first CPU
Then (to my understanding): schedtool -a 0x2 -e wine app.exe //stick on 2nd CPU schedtool -a 0x3 -e wine app.exe //stick on 1st + 2nd CPU ...