Table of Contents

Power Management

Small hacks for a better energy efficient system

This articles illustrate a series of small hack to improve the efficiency (energy-wise) of your system. Each hack comes with a small explanatory paragraph.

sudo bash -c "echo 1500 > /proc/sys/vm/dirty_writeback_centisecs"
sudo hal-disable-polling --device /dev/scd0
sudo bash -c "echo min_power > /sys/class/scsi_host/host0/link_power_management_policy"

For multi-core systems:

sudo sh -c "echo 1 > /sys/devices/system/cpu/sched_mc_power_savings"

For multi-threaded systems:

sudo sh -c "echo 1 > /sys/devices/system/cpu/sched_smt_power_savings"

Further reading