Thread: Problems starting postmaster with maxconnections changed

Problems starting postmaster with maxconnections changed

From
"Tauren Mills"
Date:
Sorry for the previous message.  I was totally missing the shared_buffers
setting.  Its working now with this:

tcpip_socket = true
max_connections = 128
log_connections = on
shared_buffers = 256  # max_connections*2

Tauren