initdb memory segment creation error

From: questions <questions(dot)612(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: initdb memory segment creation error
Date: 2008-09-11 03:10:20
Message-ID: db346c9d0809102010g6739684exa58b06252f1449bb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am getting this error with initdb while creating shared segment -
"memory segment exceeded available memory or swap space. To reduce the
request size (currently 1785856 bytes), reduce PostgreSQL's shared_buffers
parameter (currently 50)) and/or its max_connections parameter (currently
13)."
Total memory is 256 MB and memory available to user processes is 178 MB.
It's not an issue with shared segment exceeding SHMMAX but value of SHMMAX
is 67108864 and SHMALL is 8192. It is not exactly a Postgresql problem but
what am I missing here?

Thanks,

Fahad

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Artacus 2008-09-11 04:14:47 Re: psql scripting tutorials
Previous Message Shane Ambler 2008-09-11 02:53:51 Re: postgres user account on OSX