We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbe739 commit eba8fe7Copy full SHA for eba8fe7
vars/main.yml
@@ -112,6 +112,7 @@ postgresql_parameters:
112
- {option: "effective_cache_size", value: "4GB"} # please change this value
113
- {option: "checkpoint_timeout", value: "15min"}
114
- {option: "checkpoint_completion_target", value: "0.9"}
115
+ - {option: "wal_compression", value: "on"}
116
- {option: "min_wal_size", value: "2GB"} # for PostgreSQL 9.5 and above (for 9.4 use "checkpoint_segments")
117
- {option: "max_wal_size", value: "4GB"} # for PostgreSQL 9.5 and above (for 9.4 use "checkpoint_segments")
118
- {option: "wal_buffers", value: "32MB"}
0 commit comments