MacOS X Shared Buffers (SHMMAX)?

From: "Command Prompt, Inc(dot)" <pgsql-general(at)commandprompt(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <jlx(at)commandprompt(dot)com>
Subject: MacOS X Shared Buffers (SHMMAX)?
Date: 2002-05-21 02:25:11
Message-ID: Pine.LNX.4.30.0205201919440.902-100000@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Good day,

Does anyone have any experience in increasing the amount of shared memory
buffers available to Mac OS X/Darwin? When starting with more than 128
backend connections on a test G3 I encounter:

-----------------------------------------------------------------------------------
IpcMemoryCreate: shmget(key=5432001, size=33357824, 03600) failed: Invalid argument

This error usually means that PostgreSQL's request for a shared memory
segment exceeded your kernel's SHMMAX parameter. You can either
reduce the request size or reconfigure the kernel with larger SHMMAX.
-----------------------------------------------------------------------------------

However, I can find no helpful information looking around for how Darwin
handles this configuration. Hopefully it does not require a recompile of
the Kernel. ;)

Any knowledge on this topic would be greatly appreciated.

Best Regards,
Jw.
--
jlx(at)commandprompt(dot)com
by way of pgsql-general(at)commandprompt(dot)com
http://www.postgresql.info/
http://www.commandprompt.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Walker Aumann 2002-05-21 02:26:47 "OO" stored procedures?
Previous Message Steve Lane 2002-05-21 01:59:32 Re: MacOS X Shared Buffers (SHMMAX)?

Browse pgsql-sql by date

  From Date Subject
Next Message D. Duccini 2002-05-21 02:37:33 Re: Guarantee uniqueness of PGP key
Previous Message Steve Lane 2002-05-21 01:59:32 Re: MacOS X Shared Buffers (SHMMAX)?