2 description "Master role applied to orm"
7 :comment => "Tune scheduler for SSD",
10 :serial => "Samsung_SSD_840_PRO_Series_*",
12 "queue/scheduler" => "noop",
13 "queue/nr_requests" => "256",
14 "queue/read_ahead_kb" => "2048"
18 :comment => "Tune scheduler for Areca",
21 :serial => "2001b4d20*",
23 "queue/scheduler" => "deadline",
24 "queue/nr_requests" => "512",
25 "queue/read_ahead_kb" => "2048"
32 :Sys6 => { :graph => "no" },
33 :Sys8 => { :graph => "no" }
36 :fan3 => { :graph => "no" },
37 :fan4 => { :graph => "no" },
38 :fan5 => { :graph => "no" },
39 :fan6 => { :graph => "no" },
40 :fan7 => { :graph => "no" },
41 :fan8 => { :graph => "no" },
42 :fan9 => { :graph => "no" },
43 :fan10 => { :graph => "no" },
44 :fan11 => { :graph => "no" },
45 :fan12 => { :graph => "no" }
58 :address => "193.63.75.98"
64 :address => "2001:630:12:500:2e0:81ff:fec5:2a8c"
69 :versions => [ "9.1" ],
72 :shared_buffers => "8GB",
73 :maintenance_work_mem => "7144MB",
74 :effective_cache_size => "16GB"
80 :comment => "Increase shared memory for postgres",
82 "kernel.shmmax" => 9 * 1024 * 1024 * 1024,
83 "kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
88 :node_file => "/store/database/nodes",
91 :tile_directories => [
92 { :name => "/store/tiles/default-low", :min_zoom => 0, :max_zoom => 17 },
93 { :name => "/store/tiles/default-high", :min_zoom => 18, :max_zoom => 19 }
102 :nameservers => [ "8.8.8.8", "8.8.4.4" ]