Login Page - Create Account

Support Board


Date/Time: Wed, 15 May 2024 13:49:29 +0000



Post From: Linux

[2020-09-27 10:34:20]
AlexPereira - Posts: 197
Well, knowing that this is already a 7 years old x11 bug ... ( damn , really ?? shame )

I think that is a much easier simpler way ( maybe is more "hopefull" that wine goes full wayland ... hehe, this bug fixed on x11 or wine going full wayland, I wonder on what comes first :P )

You can always do this:

for x in $(pgrep "SierraChart|.exe|wine") ; do taskset -pac 0-7 $x ; done

In my case, I have an i7 , so from 0-7. ( I think from a recomendation from SC is to disable hyperthreading, so in my case, since its an intel i7, from 0-3. you can check your cores/threads with "lscpu -e" ).

So I have a script that starts SC with just taskset in 1 core, and after 1m minute, just sets the taskset back to all 4 cores.
I am trying this way today, not finding any issues.