Problems starting postmaster with maxconnections changed

From: "Tauren Mills" <tauren(at)servlets(dot)net>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Problems starting postmaster with maxconnections changed
Date: 2001-06-07 09:45:06
Message-ID: NBBBLBKDJMGDNPMDGAABMEGCAEAB.tauren@servlets.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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

Browse pgsql-admin by date

  From Date Subject
Next Message Jay Emerson 2001-06-07 20:53:05 Re: postmaster successfully started?
Previous Message Tauren Mills 2001-06-07 09:34:51 Problems starting postmaster with maxconnections changed