Re: No postgres on Solaris

From: Chris Jones <chris(at)mt(dot)sri(dot)com>
To: "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: No postgres on Solaris
Date: 2000-12-12 17:00:49
Message-ID: a5fu289d16m.fsf@merry.mt.sri.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Martin A. Marques" <martin(at)math(dot)unl(dot)edu(dot)ar> 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 PostgreSQL documentation
> for details.
[...]
> I looked at the FAQ_Solaris, but found nothing on this case. I remember
> making changes to the kernel parameters when I fist installed postgres, but
> can't remember where I found that info.

I don't remember where on the PG site I found this, but this is what
I'm using currently:

set shmsys:shminfo_shmmax=0x2000000
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=256
set shmsys:shminfo_shmseg=256
set semsys:seminfo_semmap=256
set semsys:seminfo_semmni=512
set semsys:seminfo_semmns=512
set semsys:seminfo_semmsl=32

These lines are all at the bottom of /etc/system.

Chris

--
----------------------------------------------------- chris(at)mt(dot)sri(dot)com
Chris Jones SRI International, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vince Vielhaber 2000-12-12 17:06:40 Re: manuals
Previous Message Brett W. McCoy 2000-12-12 16:49:22 Re: Sql query with partial matching

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-12-12 17:13:34 Bug in FOREIGN KEY
Previous Message Zeugswetter Andreas SB 2000-12-12 16:28:20 AW: Re: COPY BINARY file format proposal