2 description "Master role applied to snap-01"
 
  11         :address => "10.0.48.49",
 
  13           :slaves => %w[eno1 eno2 eno3 eno4]
 
  21         :shared_buffers => "128GB",
 
  23         :maintenance_work_mem => "2GB",
 
  24         :effective_cache_size => "360GB",
 
  25         :effective_io_concurrency => "256",
 
  26         :random_page_cost => "1.1"
 
  32       :comment => "Increase shared memory for postgres",
 
  34         "kernel.shmmax" => 132 * 1024 * 1024 * 1024,
 
  35         "kernel.shmall" => 132 * 1024 * 1024 * 1024 / 4096