|
|
|
|
|
by jleahy
2310 days ago
|
|
Well the G4932E runs at exactly half the clock rate, so it's not surprising that it uses half the power. Just disable one of the two cores and now you have a 3.8GHz single core processor with a TDP of 27W: echo 0 > /sys/devices/system/cpu/cpu1/online Alternatively you could reduce the clock speed to 1.9GHz for both cores: cpufreq-set -f 1900
(need to load the userspace governor also) And of course you can schedule this to happen at a particular time of day. |
|