Re: Setting shmmax in /etc/rc on Mac OS X to install Postgres - Mailing list pgsql-novice

From Shane Ambler
Subject Re: Setting shmmax in /etc/rc on Mac OS X to install Postgres
Date
Msg-id 4A4F73A8.1090008@Sheeky.Biz
Whole thread Raw
In response to Re: Setting shmmax in /etc/rc on Mac OS X to install Postgres  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Tom Lane wrote:
> Shane Ambler <pgsql@Sheeky.Biz> writes:
>> Also of note - you are setting the shmmax to 4GB which is all of your
>> ram to shared memory. A bit extreme even if it was a postgres only
>> dedicated server.
>
> I have some recollection that OSX treats that as a 32bit number, which
> means you *can't* set it >= 4GB.  Try 1GB or 2GB just to get it working.
>
>             regards, tom lane
>

Could be - not a fully 64 bit clean kernel yet?
Maybe that will change with 10.6 - suppose to be a full 64 bit system,
right?

Although does it allow you to allocate 100% or more of physical ram to
shared mem?



--

Shane Ambler
pgSQL (at) Sheeky (dot) Biz


pgsql-novice by date:

Previous
From: Shane Ambler
Date:
Subject: Re: Setting shmmax in /etc/rc on Mac OS X to install Postgres
Next
From: richard terry
Date:
Subject: Are views created 'on the fly'