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 c48f2e3 commit af0af42Copy full SHA for af0af42
src/backend/utils/misc/postgresql.conf.sample
@@ -98,7 +98,7 @@
98
99
# - Memory -
100
101
-#shared_buffers = 32MB # min 128kB or max_connections*16kB
+#shared_buffers = 32MB # min 128kB or max_connections*16kB
102
# (change requires restart)
103
#temp_buffers = 8MB # min 800kB
104
#max_prepared_transactions = 5 # can be 0 or more
@@ -154,7 +154,7 @@
154
# fsync_writethrough
155
# open_sync
156
#full_page_writes = on # recover from partial page writes
157
-#wal_buffers = 64kB # min 4, 8kB each
+#wal_buffers = 64kB # min 32kB
158
159
#commit_delay = 0 # range 0-100000, in microseconds
160
#commit_siblings = 5 # range 1-1000
0 commit comments