Postgresql 8.3.3 refuces to start after increasing shared_buffers

From: "A B" <gentosaker(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgresql 8.3.3 refuces to start after increasing shared_buffers
Date: 2009-01-14 22:14:51
Message-ID: dbbf25900901141414s4e5053bdkcf4c35ee4a84152b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Setting
shared_buffers = 28MB

makes the startup script say
/etc/init.d/postgresql-8.3 restart
* Service postgresql-8.3 starting
* Starting PostgreSQL ...
waiting for server to
start...............................................................could
not start server [ !! ]
* The pid-file doesn't exist but pg_ctl reported a running server.
* Please check whether there is another server running on the same
port or read the log-file.
[ !! ]
* ERROR: postgresql-8.3 failed to start

Reducing it to 27 MB makes it start right away.
What is this strange thing?

The postgresql.conf file is the one that was installed by default by
my linux distribution and I've only changed the logging (stderr
logging).

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A B 2009-01-14 22:26:36 Re: Postgresql 8.3.3 refuces to start after increasing shared_buffers
Previous Message Jeff Davis 2009-01-14 22:10:26 Re: A better BETWEEN for DATEs, TIMEs and TIMESTAMPs?