20 Sep
2019
20 Sep
'19
9:31 p.m.
https://bugs.winehq.org/show_bug.cgi?id=43277 --- Comment #50 from Austin English <austinenglish(a)gmail.com> --- (In reply to Hans Leidekker from comment #48)
Created attachment 65276 [details] hack
Here's a hack that allows you to restrict Wine processes to a subset of the available cores. You can pass a CPU mask through the WINECPUMASK environment variable:
$ WINECPUMASK=0xff wine ...
This will tie Wine processes (including wineserver) to the first 8 cores. It will also limit the number of reported cores to 8.
Wouldn't taskset/cpuset be simpler? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.