Running only on Performance cores option
-
w64bit
- Posts: 338
- Joined: Wed Jan 09, 2013 9:06 am
Running only on Performance cores option
Is there any ini option to use in order to make Everything 1.5 to work only on Performance cores?
-
therube
- Posts: 5723
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Running only on Performance cores option
What is a "Performance core"?
What CPU do you have?
Do other applications perform better for you on Performance cores?
What CPU do you have?
Do other applications perform better for you on Performance cores?
-
w64bit
- Posts: 338
- Joined: Wed Jan 09, 2013 9:06 am
Re: Running only on Performance cores option
Starting with Intel gen 12 CPU, there are Performance + Efficient cores
i9-14900KF
8 Performance cores (16 threads) = 3.2 GHz
16 Efficient cores (16 threads) = 2.4 Ghz
Yes, the programs are performing better when I run them on Performance cores.
I am using Bitsum CoreDirector to force them.
i9-14900KF
8 Performance cores (16 threads) = 3.2 GHz
16 Efficient cores (16 threads) = 2.4 Ghz
Yes, the programs are performing better when I run them on Performance cores.
I am using Bitsum CoreDirector to force them.
-
void
- Developer
- Posts: 19871
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Running only on Performance cores option
Make sure Everything is not running.
From a BAT file, launch:
This should limit Everything to the first 12 (fff mask in hex) logical CPUs.
https://superuser.com/questions/309617/how-to-limit-a-process-to-a-single-cpu-core#answer-309663
max_threads
From a BAT file, launch:
Code: Select all
start /affinity fff Everything.exe
https://superuser.com/questions/309617/how-to-limit-a-process-to-a-single-cpu-core#answer-309663
max_threads