2 description "Master role applied to snap-01"
 
  11           :address => "10.0.48.49"
 
  16           :xmithashpolicy => "layer3+4",
 
  17           :slaves => %w[eno1 eno2 eno3 eno4]
 
  25         :shared_buffers => "128GB",
 
  27         :maintenance_work_mem => "2GB",
 
  28         :effective_cache_size => "360GB"
 
  34       :comment => "Increase shared memory for postgres",
 
  36         "kernel.shmmax" => 132 * 1024 * 1024 * 1024,
 
  37         "kernel.shmall" => 132 * 1024 * 1024 * 1024 / 4096