Skip to content

Commit eba8fe7

Browse files
authored
1 parent 0fbe739 commit eba8fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vars/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ postgresql_parameters:
112112
- {option: "effective_cache_size", value: "4GB"} # please change this value
113113
- {option: "checkpoint_timeout", value: "15min"}
114114
- {option: "checkpoint_completion_target", value: "0.9"}
115+
- {option: "wal_compression", value: "on"}
115116
- {option: "min_wal_size", value: "2GB"} # for PostgreSQL 9.5 and above (for 9.4 use "checkpoint_segments")
116117
- {option: "max_wal_size", value: "4GB"} # for PostgreSQL 9.5 and above (for 9.4 use "checkpoint_segments")
117118
- {option: "wal_buffers", value: "32MB"}

0 commit comments

Comments
 (0)