Personal tools
You are here: Home Server HDDの省電力(Sleep)化
Document Actions

HDDの省電力(Sleep)化

by 山野(原人) last modified 2009-08-11 00:23

HDDのsleepを有効にし、サーバーの消費電力を省力化を行ってみる

  1. hdparmで、HDDのsleepを有効化
    /etc/conf.d/hdparmへ、以下の宣言を追加。
    hda_args="-S 5"
  2. ディスクキャッシュの吐き出しタイミングを遅らせ、HDDの休止時間を作成
    /etc/sysctl.confへ、以下の宣言を追加。
    vm.dirty_background_ratio = 30
    vm.dirty_ratio = 60
    vm.dirty_expire_centisecs = 500000
    vm.dirty_writeback_centisecs = 600000

« November 2009 »
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: