Re: Failure on tapir / only 10 max connections? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Failure on tapir / only 10 max connections?
Date
Msg-id 10231.1163225446@sss.pgh.pa.us
Whole thread Raw
In response to Failure on tapir / only 10 max connections?  ("Jim C. Nasby" <jim@nasby.net>)
List pgsql-hackers
"Jim C. Nasby" <jim@nasby.net> writes:
> Tapir appears to be failing because make check wants more than 10
> connections for testing. What I don't understand is why it's being
> limited to 10.

Your SysV IPC limits are too small --- apparently it's not so much
shared memory as semaphores that are the problem.  See the
FreeBSD-specific notes in
http://developer.postgresql.org/pgdocs/postgres/kernel-resources.html
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Failure on tapir / only 10 max connections?
Next
From: "Simon Riggs"
Date:
Subject: Re: Failure on tapir / only 10 max connections?