Re: BUG #3911: can not 'make'

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

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Theodore Petrosky 2008-01-29 22:44:44 Re: BUG #3911: can not 'make'
Previous Message Tom Lane 2008-01-29 20:22:47 Re: BUG #3911: can not 'make'