Commit ef06003b authored by Bruce Momjian's avatar Bruce Momjian

Fix comment in file about 2*max_connections.

parent f7bfb551
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
# Performance # Performance
# #
#sort_mem = 512 #sort_mem = 512
#shared_buffers = 2*max_connections # min 16 #shared_buffers = 64 # 2*max_connections, min 16
#fsync = true #fsync = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment