On Wed, Sep 26, 2012 at 5:39 AM, Alexander Shutyaev <shuty...@gmail.com>wrote:

> SHMALL = 2097152
>

SHMALL * PAGE_SIZE = 2097152 * 4096 = 8589934592

which is smaller than your requested allocation.

SHMALL and SHMMAX need to be sized together.  You likely want 4314090 as
your SHMALL.

Bug as Devrim says, are you sure you can handle that?  Perhaps you want a
connection pooler instead.

Reply via email to