Re: Failure on tapir / only 10 max connections?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Failure on tapir / only 10 max connections?
Date: 2006-11-11 06:10:46
Message-ID: 10231.1163225446@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jim C. Nasby" <jim(at)nasby(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-11-11 08:07:55 Re: Failure on tapir / only 10 max connections?
Previous Message Jim C. Nasby 2006-11-11 05:31:07 Failure on tapir / only 10 max connections?