We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fa560 commit cc2125cCopy full SHA for cc2125c
postgres/non-durable-settings.sh
@@ -4,6 +4,10 @@ cat <<EOF >> /var/lib/postgresql/data/postgresql.conf
4
fsync = off
5
synchronous_commit = off
6
full_page_writes = off
7
+max_wal_size = '4GB'
8
+checkpoint_timeout = '1d'
9
+
10
+max_locks_per_transaction = 128
11
wal_level = minimal
12
max_wal_senders = 0
13
EOF
0 commit comments