Re: [GENERAL] postgres solaris 2.6 error message

From: Aaron Holtz <aholtz(at)bright(dot)net>
To: David Giffin <david(at)agent911(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] postgres solaris 2.6 error message
Date: 1999-07-26 23:49:12
Message-ID: Pine.LNX.4.10.9907261948020.455-100000@blacker.bright.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Might be in the FAQ, but add this to /etc/system and reboot:

set semsys:seminfo_semmap=64
set semsys:seminfo_semmni=4096
set semsys:seminfo_semmns=4096
set semsys:seminfo_semmnu=4096
set semsys:seminfo_semume=64
set semsys:seminfo_semmsl=100
set shmsys:shminfo_shmmax=268435456
set shmsys:shminfo_shmmin=100
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=100

Not sure if these are the *best* values, but if I remember back when I was
solving this error, these were good suggested values.

--------------------------------------------------------------------------
Aaron Holtz
ComNet Inc.
UNIX Systems Specialist
Email: aholtz(at)bright(dot)net
"It's not broken, it just lacks duct tape."
--------------------------------------------------------------------------

On Mon, 26 Jul 1999, David Giffin wrote:

>
>I'm getting this error when trying to run postgres under solaris 2.6 and
>posgrsql 6.5.1.
>
>postgres(at)vizard:~/postgresql-6.5.1$ /opt/pgsql/bin/postmaster -i -S -p5432
>-D/opt/pgsql/data
>IpcMemoryCreate: shmget failed (Invalid argument) key=5432001,
>size=1073152, permission=600
>FATAL 1: ShmemCreate: cannot create region
>
>Any ideas?
>
>David
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doo Suk Yang 1999-07-27 00:30:34 HJ* and pg_psort* files in database directory
Previous Message Peter Mount 1999-07-26 22:23:59 Re: [GENERAL] Postgres and South Park (Addendum)