Re: OS X shared memory documentation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: OS X shared memory documentation
Date: 2006-02-12 06:54:34
Message-ID: 13107.1139727274@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Jim C. Nasby" <jnasby(at)pervasive(dot)com> writes:
> + In OS X 10.3 and later, you can simply place the settings into
> + <filename>/etc/sysctl.conf</>, with one caveat: all five of these
> + parameters are linked together, so you must specify all five in
> + <filename>/etc/sysctl.conf</>. If you do not specify all five the
> + defaults that are hard-coded into <filename>/etc/rc</> will be used
> + instead. In all versions, you'll need to reboot to make

It'd be nice if it were as simple as that, but my experiments say that
it isn't.

The conclusion I had come to (which is in our docs now) is that the real
gotcha in the mix is that 10.4 ignores SHMMAX settings that aren't an
exact multiple of the page size.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-02-12 07:04:21 Re: OS X shared memory documentation
Previous Message Bruce Momjian 2006-02-12 06:50:04 Re: list of scalars for fors and fore stms II