:work_mem => "64MB",
:maintenance_work_mem => "1GB",
:effective_cache_size => "180GB",
- :effective_io_concurrency => "256"
+ :effective_io_concurrency => "256",
+ :random_page_cost => "1.1"
}
}
},
run_list(
"role[ucl]",
- "role[db-slave]"
+ "role[db-slave]",
+ "role[db-backup]"
)