I found it in the PostgreSQL Administrator manual under "Managing Kernel
Resources".
Wade Oberpriller
>
> Hi,
> I have been using Postgres-7.0.2 on Solaris 8 for the past few months, and
> was about to upgrade to 7.1-test, and after following carefully the docs, I
> get this:
>
> postgres@u
Martin A. Marques writes:
> IpcSemaphoreCreate: semget(key=5432004, num=17, 03600) failed: No space left
> on
> device
http://www.postgresql.org/devel-corner/docs/postgres/kernel-resources.htm#SYSVIPC
--
Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
El Lun 11 Dic 2000 12:07, Martin A. Marques escribió:
> Hi,
> I have been using Postgres-7.0.2 on Solaris 8 for the past few months, and
> was about to upgrade to 7.1-test, and after following carefully the docs, I
> get this:
>
> postgres@ultra31:~ > /usr/local/pgsql/bin/postmaster -D
> /usr/loca
"Martin A. Marques" <[EMAIL PROTECTED]> writes:
> It occurs either because 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. Look into the PostgreS