2 description "Master role applied to snap-03"
 
  11         :address => "10.0.64.50",
 
  15           :xmithashpolicy => "layer3+4",
 
  16           :slaves => %w[eno1 eno2 eno3 eno4]
 
  24         :shared_buffers => "128GB",
 
  26         :maintenance_work_mem => "2GB",
 
  27         :effective_cache_size => "360GB",
 
  28         :effective_io_concurrency => "256",
 
  29         :random_page_cost => "1.1"
 
  35       :comment => "Increase shared memory for postgres",
 
  37         "kernel.shmmax" => 132 * 1024 * 1024 * 1024,
 
  38         "kernel.shmall" => 132 * 1024 * 1024 * 1024 / 4096