- ## Disable CPU idle states on SIMATIC 427E
- ~# modprobe msr
- ~# modprobe cpuid
- ~# modprobe intel_pstate
- ~# cpupower idle-set --disable-by-latency 0
- Idlestate 0 disabled on CPU 0
- Idlestate 1 disabled on CPU 0
- Idlestate 2 disabled on CPU 0
- Idlestate 3 disabled on CPU 0
- Idlestate 4 disabled on CPU 0
- Idlestate 5 disabled on CPU 0
- Idlestate 6 disabled on CPU 0
- Idlestate 7 disabled on CPU 0
- Idlestate 8 disabled on CPU 0
- Idlestate 0 disabled on CPU 1
- Idlestate 1 disabled on CPU 1
- Idlestate 2 disabled on CPU 1
- Idlestate 3 disabled on CPU 1
- Idlestate 4 disabled on CPU 1
- Idlestate 5 disabled on CPU 1
- Idlestate 6 disabled on CPU 1
- Idlestate 7 disabled on CPU 1
- Idlestate 8 disabled on CPU 1
- ~# (for i in 0 1 ; do tee <"/sys/devices/system/cpu/cpu${i}//cpufreq/scaling_max_freq" "/sys/devices/system/cpu/cpu${i}//cpufreq/scaling_min_freq" ; done)
- 1600000
- 1600000
Disable CPU idle states and lock CPU freq to max on SIMATIC 427E
Posted by Anonymous on Thu 28th Apr 2022 12:04
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.