shared memory 651, freebsd 2.2.7

From: Jason Venner <jason(at)idiom(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: shared memory 651, freebsd 2.2.7
Date: 1999-09-29 22:26:44
Message-ID: 199909292226.PAA09905@idiom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


How much shared memory do you need?

options SHMMNI=96 # number of shared memory identifiers default is 32
options SHMMAXPGS=20480 # number of pages a shgment can have and the total number of pages? default 1024
# max seg size is 25meg
options SHMSEG=64 # number of segments per process
options SEMMNI=40 # number of semaphore identifiers
options SEMMNS=240 # number of semaphores in the system
options MSGSEG=4096 # max number of message segments is this

With Postgres set for 512 backends, I can't start it.
I can run with 128, but at 10240 have been running out during large transactions.
I am hoping I can get it at 20480.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-09-29 23:38:37 Re: [HACKERS] Re: New notices?
Previous Message Jan Wieck 1999-09-29 22:16:18 Re: [HACKERS] PostgreSQL 6.5.2