From: remyapl(at)cppdnotes(dot)iobnet(dot)co(dot)in
To: pgsql-bugs(at)postgresql(dot)org
Subject:
Date: 2003-01-22 10:17:39
Message-ID: OFD1D33C66.8E059E35-ON65256CB6.003872E1@iobnet.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

IpcMemoryCreate: shmget(key=5432001, size=1417216, 03600) failed: Invalid
argume
nt

This error usually means that PostgreSQL's request for a shared memory
segment exceeded your kernel's SHMMAX parameter. You can either
reduce the request size or reconfigure the kernel with larger SHMMAX.
To reduce the request size (currently 1417216 bytes), reduce
PostgreSQL's shared_buffers parameter (currently 64) and/or
its max_connections parameter (currently 32).

If the request size is already small, it's possible that it is less than
your kernel's SHMMIN parameter, in which case raising the request size or
reconfiguring SHMMIN is called for.

The PostgreSQL Administrator's Guide contains more information about
shared memory configuration.

Browse pgsql-bugs by date

  From Date Subject
Next Message remyapl 2003-01-22 10:58:54
Previous Message remyapl 2003-01-22 07:15:50