Re: BUG #3911: can not 'make'

From: Theodore Petrosky <tedpet5(at)yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgreSQL(dot)org
Subject: Re: BUG #3911: can not 'make'
Date: 2008-01-29 22:44:44
Message-ID: 143793.31901.qm@web38901.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

So the solution is to create a file /etc/sysctl.conf
with the following:

kern.sysv.shmmax=33554432
kern.sysv.shmmin=1
kern.sysv.shmmni=32
kern.sysv.shmseg=8
kern.sysv.shmall=65536

I went looking for my rc.conf and can not find it
under os 10.5... Apple must have moved it again.

If someone very knowledgeable can post where this file
went (more for information than need) I would
appreciate it.

I assumed that since I had no problem installing
postgresql on server 10.5.1 I would have the same luck
on client..... When you assume....

Thanks, everything is beautiful now and I am back on
track with webobjects...

Ted

--- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Theodore Petrosky <tedpet5(at)yahoo(dot)com> writes:
> > when I check the results/float4.out I see:
> > psql: FATAL: sorry, too many clients already
>
> Hah. Check what initdb set max_connections to, and
> run the tests
> with fewer clients than that:
> make MAX_CONNECTIONS=n check
>
> In the long run you'll want to increase the shared
> memory settings
> --- Apple's out-of-the-box defaults are pretty lame.
>
> regards, tom lane
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will
> ignore your desire to
> choose an index scan if your joining column's
> datatypes do not
> match
>

____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-01-29 23:00:25 Re: BUG #3911: can not 'make'
Previous Message Tom Lane 2008-01-29 20:51:09 Re: BUG #3911: can not 'make'