From: | Doug Graham <duggram(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Shane Ambler <pgsql(at)sheeky(dot)biz>, PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Setting shmmax in /etc/rc on Mac OS X to install Postgres |
Date: | 2009-07-03 21:59:53 |
Message-ID: | e0c856fe0907031459j5d0e530cge1231f4c1d9532b9@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Shane and Tom, you guys nailed it. Although I did have another problem.
I went with Shane's 1610612736 recommendation. However, I suspected all was
not well with my file. I had saved it with Edit. Found a vi guide, opened
it with vi, cleaned out all the extra header garbage, chaned shhmax and save
it. Shut the mac down and restarted. Postres started right up.
Now I have also uncovered another problem, how do you get rid of a
sysctl.conf.swp file? Couldn't get that done in vi. But I can even see
reference to it outside of vi. If you don't have time to tell me I'll
research deleting a swp file when I get done setting up my postgres.
Thank you all,
Doug
On Fri, Jul 3, 2009 at 2:40 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Shane Ambler <pgsql(at)Sheeky(dot)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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Shane Ambler | 2009-07-04 15:13:19 | Re: Setting shmmax in /etc/rc on Mac OS X to install Postgres |
Previous Message | ANdreas Wenk | 2009-07-03 20:47:25 | Re: Configuring autovacuum for the first time... |