Skip to content

Commit ef06003

Browse files
committed
Fix comment in file about 2*max_connections.
1 parent f7bfb55 commit ef06003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# Performance
4949
#
5050
#sort_mem = 512
51-
#shared_buffers = 2*max_connections # min 16
51+
#shared_buffers = 64 # 2*max_connections, min 16
5252
#fsync = true
5353

5454

0 commit comments

Comments
 (0)