Failure on tapir / only 10 max connections?

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Failure on tapir / only 10 max connections?
Date: 2006-11-11 05:31:07
Message-ID: 20061111053106.GS90133@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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. initdb -d doesn't help either...

...
selecting default max_connections ... 10
selecting default shared_buffers/max_fsm_pages ... 32MB/204800
creating configuration files ... ok
...

AFAIK, my shared memory settings should be high enough to support more
than 10 connections...

kern.ipc.shmall: 524288
kern.ipc.shmseg: 128
kern.ipc.shmmni: 192
kern.ipc.shmmin: 1
kern.ipc.shmmax: 1073741824

Is 10 just the new default?

BTW, does make check log it's initdb output anywhere? It'd be handy if
it did...
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-11-11 06:10:46 Re: Failure on tapir / only 10 max connections?
Previous Message Brendan Jurd 2006-11-11 02:38:13 Re: [HACKERS] Indicate disabled triggers in \d