2 description "Role applied to all prometheus servers"
8 :max_connections => "500",
9 :shared_buffers => "48GB",
11 :maintenance_work_mem => "2GB",
12 :max_worker_processes => "67",
13 :max_parallel_workers_per_gather => "28",
14 :max_parallel_workers => "56",
15 :wal_buffers => "16MB",
16 :max_wal_size => "32GB",
17 :min_wal_size => "4GB",
18 :checkpoint_completion_target => "0.9",
19 :random_page_cost => "1.1",
20 :effective_cache_size => "144GB",
21 :default_statistics_target => "500",
22 :autovacuum_max_workers => "56",
23 :autovacuum_naptime => "1",
24 :autovacuum_multixact_freeze_max_age => "200000000",
25 :max_locks_per_transaction => "512"
32 "recipe[prometheus::server]"