mischa hat geschrieben:Knickohr hat geschrieben:[
Disable your CPU-throttle !
Under Ubuntu I do this as follows:to list the throttling states and availbale frequencies...
- Code: Alles auswählen
cpufreq-info
- Code: Alles auswählen
cpufreq-set -g performance
Verify with 'cpufreq-info' that the setting has been applied.
mischa
Many thanks!
Yes, I found it:
- Code: Alles auswählen
oleh@oleh:~$ sudo cpufreq-info
[sudo] password for oleh:
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 0.97 ms.
hardware limits: 1.20 GHz - 5.70 GHz
available cpufreq governors: performance, powersave
current policy: frequency should be within 1.20 GHz and 5.70 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 3.30 GHz (asserted by call to hardware).
analyzing CPU 1:
...
...
...
analyzing CPU 11:
driver: intel_pstate
CPUs which run at the same hardware frequency: 11
CPUs which need to have their frequency coordinated by software: 11
maximum transition latency: 0.97 ms.
hardware limits: 1.20 GHz - 5.70 GHz
available cpufreq governors: performance, powersave
current policy: frequency should be within 1.20 GHz and 5.70 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 3.30 GHz (asserted by call to hardware).