From: | "Prian Subban" <PrianS(at)mdd(dot)co(dot)za> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | bug |
Date: | 2004-09-09 15:39:45 |
Message-ID: | F5E29B391A2FC34C895C663A85613FE60347EE70@gam-exch-app.mdd.co.za |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi could you help me resolve the following when trying to start the DB.
$ ./postmaster -D /data1/pgdata
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.
$
From | Date | Subject | |
---|---|---|---|
Next Message | Chari Clark | 2004-09-09 20:05:21 | New PostgreSQL questions... |
Previous Message | Bruce Momjian | 2004-09-09 14:18:26 | Re: Build failure: TIMEZONE_GLOBAL undeclared |