2 description "Master role applied to smaug"
 
   7       :gravitystorm => { :status => :user }
 
  11     :sources => ["brightbox-ruby-ng"]
 
  14     :cluster => "9.1/main"
 
  19         :Fan4 => { :graph => "no" },
 
  20         :Fan7CPU1 => { :graph => "no" },
 
  21         :Fan8CPU2 => { :graph => "no" }
 
  26           :warning => "3.11:3.50",
 
  27           :critical => "2.98:3.63"
 
  38         :address => "146.179.159.168"
 
  45         :shared_buffers => "16GB",
 
  47         :maintenance_work_mem => "512MB",
 
  48         :effective_cache_size => "45GB"
 
  54       :comment => "Increase shared memory for postgres",
 
  56         "kernel.shmmax" => 17 * 1024 * 1024 * 1024,
 
  57         "kernel.shmall" => 17 * 1024 * 1024 * 1024 / 4096
 
  63       :comment => "Tune the queue for improved performance",
 
  65         "block/sda/queue/nr_requests" => "512",
 
  66         "block/sdb/queue/nr_requests" => "512",
 
  67         "block/sda/queue/scheduler" => "noop",
 
  68         "block/sdb/queue/scheduler" => "noop"