2 description "Master role applied to karm"
11 :address => "10.0.48.50"
16 :xmithashpolicy => "layer3+4",
17 :slaves => %w[enp1s0f0 enp1s0f1 enp2s0f0 enp2s0f1]
25 :shared_buffers => "64GB",
27 :maintenance_work_mem => "1GB",
28 :effective_cache_size => "180GB",
29 :effective_io_concurrency => "256",
30 :random_page_cost => "1.1"
36 :comment => "Increase shared memory for postgres",
38 "kernel.shmmax" => 66 * 1024 * 1024 * 1024,
39 "kernel.shmall" => 66 * 1024 * 1024 * 1024 / 4096