We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0722c5 commit db13239Copy full SHA for db13239
vars/main.yml
@@ -113,7 +113,7 @@ postgresql_parameters:
113
- {option: "checkpoint_timeout", value: "30min"}
114
- {option: "checkpoint_completion_target", value: "0.9"}
115
- {option: "min_wal_size", value: "2GB"} # for PostgreSQL 9.5 and above (for 9.4 use "checkpoint_segments")
116
- - {option: "max_wal_size", value: "64GB"} # for PostgreSQL 9.5 and above (for 9.4 use "checkpoint_segments")
+ - {option: "max_wal_size", value: "4GB"} # for PostgreSQL 9.5 and above (for 9.4 use "checkpoint_segments")
117
- {option: "wal_buffers", value: "32MB"}
118
- {option: "default_statistics_target", value: "1000"}
119
- {option: "seq_page_cost", value: "1"}
0 commit comments