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" }
50 :warning => "2.992:3.536"
61 :address => "193.63.75.98"
67 :address => "2001:630:12:500:2e0:81ff:fec5:2a8c"
72 :versions => [ "9.1" ],
75 :shared_buffers => "8GB",
76 :maintenance_work_mem => "7144MB",
77 :effective_cache_size => "16GB"
83 :comment => "Increase shared memory for postgres",
85 "kernel.shmmax" => 9 * 1024 * 1024 * 1024,
86 "kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
91 :node_file => "/store/database/nodes",
94 :tile_directories => [
95 { :name => "/store/tiles/default-low", :min_zoom => 0, :max_zoom => 17 },
96 { :name => "/store/tiles/default-high", :min_zoom => 18, :max_zoom => 19 }
105 :nameservers => [ "8.8.8.8", "8.8.4.4" ]