From: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
---|---|
To: | Serkan Bektaş <sbektas(at)karincaint(dot)com(dot)tr> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: HELP!.. "semget(key=2, num=17, 03600) failed: No |
Date: | 2002-03-07 19:01:00 |
Message-ID: | 1015527660.2131.3.camel@jiro |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sat, 2002-03-02 at 10:55, Serkan Bektaş wrote:
> It occurs when either the system limit for the maximum number of
> semaphore sets (SEMMNI), or the system wide maximum number of
> semaphores (SEMMNS), would be exceeded. You need to raise the
> respective kernel parameter. Alternatively, reduce PostgreSQL's
> consumption of semaphores by reducing its max_connections parameter
> (currently 32).
>
> The PostgreSQL Administrator's Guide contains more information about
> configuring your system for PostgreSQL.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
http://developer.postgresql.org/docs/postgres/kernel-resources.html
Cheers,
Neil
--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Åkerud | 2002-03-07 19:08:51 | Lock up, but not deadlock? |
Previous Message | Len Morgan | 2002-03-07 18:45:47 | Re: Temp Tables |