Re: BUG #3911: can not 'make' - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3911: can not 'make'
Date
Msg-id 25566.1201639869@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3911: can not 'make'  ("ted petrosky" <tedpet5@yahoo.com>)
Responses Re: BUG #3911: can not 'make'
List pgsql-bugs
Theodore Petrosky <tedpet5@yahoo.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3911: can not 'make'
Next
From: Theodore Petrosky
Date:
Subject: Re: BUG #3911: can not 'make'