Skip to content

Commit db13239

Browse files
authored
Update vars/main.yml
1 parent b0722c5 commit db13239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ postgresql_parameters:
113113
- {option: "checkpoint_timeout", value: "30min"}
114114
- {option: "checkpoint_completion_target", value: "0.9"}
115115
- {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")
116+
- {option: "max_wal_size", value: "4GB"} # for PostgreSQL 9.5 and above (for 9.4 use "checkpoint_segments")
117117
- {option: "wal_buffers", value: "32MB"}
118118
- {option: "default_statistics_target", value: "1000"}
119119
- {option: "seq_page_cost", value: "1"}

0 commit comments

Comments
 (0)