mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Fix comment in file about 2*max_connections.
This commit is contained in:
parent
f7bfb5518d
commit
ef06003b06
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
# Performance
|
||||
#
|
||||
#sort_mem = 512
|
||||
#shared_buffers = 2*max_connections # min 16
|
||||
#shared_buffers = 64 # 2*max_connections, min 16
|
||||
#fsync = true
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue