View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 06:35 AM
Tom Lane
 
Posts: n/a
Default Re: Failure on tapir / only 10 max connections?

"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/pgdo...resources.html

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote