Re: [Pgbuildfarm-members] guppie: 64MB RAM too small?

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [Pgbuildfarm-members] guppie: 64MB RAM too small?
Date: 2006-03-21 15:57:31
Message-ID: 20060321155730.GB15742@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members pgsql-hackers

On Tue, Mar 21, 2006 at 09:59:40AM -0500, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> > At the time it sets max_connections there is no server to test against.
> > initdb in fact never uses a standard client connection at all, and never
> > starts postmaster. To do a check on max_connections you would have to
> > start postmaster and then try to start that many client connections.
>
> max_connections *is* checked by initdb ... although only to the extent
> of verifying we can make that many semaphores.

Ok, I thought there was at least some kind of check in there. Maybe it
should try and determine how many processes the postmaster user is
allowed as well; presumably something like ulimit would show this.

> The parallel regression tests are not a particularly great reference
> point for this anyway, because for each parallel test case you have not
> only a server process, but a psql process, and in most shells a parent
> shell process for the psql, ie 3x the nominal level of parallelism,
> all running under the postgres userid. This isn't the normal usage
> scenario, so it would not be reasonable to restrict max_connections to
> 1/3 the number of user processes per userid.

Certainly; it doesn't make sense to be mucking around just for the sake
of make check.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse buildfarm-members by date

  From Date Subject
Next Message Andrew Dunstan 2006-03-27 00:21:18 [Pgbuildfarm-members] ldap config option
Previous Message Tom Lane 2006-03-21 14:59:40 Re: [Pgbuildfarm-members] guppie: 64MB RAM too small?

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-03-21 16:29:56 Re: Problems with CREATE AGGREGATE and user defined state type.
Previous Message Aftab Alam 2006-03-21 15:18:02 Re: Problems with CREATE AGGREGATE and user defined state type.