Fix comment in file about 2*max_connections.

REL7_2_STABLE
Bruce Momjian 25 years ago
parent f7bfb5518d
commit ef06003b06
  1. 2
      src/backend/utils/misc/postgresql.conf.sample

@ -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…
Cancel
Save