Re: Increasing the number of semaphores on FreeBSD 4.1 (clarification) - Mailing list pgsql-general

From Igor Roboul
Subject Re: Increasing the number of semaphores on FreeBSD 4.1 (clarification)
Date
Msg-id 20001110122950.A19919@linux.rainbow
Whole thread Raw
In response to Re: Increasing the number of semaphores on FreeBSD 4.1 (clarification)  (Alfred Perlstein <bright@wintelcom.net>)
List pgsql-general
On Thu, Nov 09, 2000 at 08:55:32PM -0800, Alfred Perlstein wrote:
> options         SHMMAXPGS=512000
> options         SHMSEG=128
> options         SEMMNI=40       #       /* # of semaphore identifiers */
> options         SEMMNS=240      #       /* # of semaphores in system */
> options         SEMUME=40       #       /* max # of undo entries per process */
> options         SEMMNU=120      #       /* # of undo structures in system */
These ooptions are not needed :-) There are sysctl settable options:
%sysctl -a | grep shm
kern.ipc.shmmax: 4194304
kern.ipc.shmmin: 1
kern.ipc.shmmni: 96
kern.ipc.shmseg: 64
kern.ipc.shmall: 1024
kern.ipc.shm_use_phys: 0


--
Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga",
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744

pgsql-general by date:

Previous
From: "Poul L. Christiansen"
Date:
Subject: Re: Full text searching?
Next
From: Radoslaw Stachowiak
Date:
Subject: strange behvaviour in join? BUG in 7.02?