Running wine on multiprocessor

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
chrisssteeven
Newbie
Newbie
Posts: 3
Joined: Wed Feb 10, 2010 6:12 am

Running wine on multiprocessor

Post by chrisssteeven »

Hi,
What would I need to do to make wine run LotrO on just one core, or How do I set it to use both to test if that helps?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Running wine on multiprocessor

Post by vitamin »

chrisssteeven wrote:Hi,
What would I need to do to make wine run LotrO on just one core, or How do I set it to use both to test if that helps?

Code: Select all

taskset 1 wine program.exe
Gert van den Berg

Running wine on multiprocessor

Post by Gert van den Berg »

On Fri, Feb 12, 2010 at 15:27, chrisssteeven <[email protected]> wrote:
Hi,
What would I need to do to make wine run LotrO on just one core, or How do I set it to use both to test if that helps?
schedtool

http://linux.die.net/man/8/schedtool

Gert
Locked