Re: [NOVICE] General Performance questions

From: Lonni J Friedman <lfriedman(at)vasoftware(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Delao, Darryl W" <ddelao(at)ou(dot)edu>, "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [NOVICE] General Performance questions
Date: 2003-03-10 20:35:44
Message-ID: Pine.LNX.4.44.0303101233480.18355-100000@beefcake.hdqt.vasoftware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

On Mon, 10 Mar 2003, Tom Lane wrote:
> Lonni J Friedman <lfriedman(at)vasoftware(dot)com> writes:
> > Well, it was over a year ago. basically what happened was that whenever i
> > set the value to be anything greater than 32, postmaster failed to start.
>
> Failed to start with what error message, exactly? It sounds to me like

i wish i remembered, but like i said, it was some time ago, so all i
recollect is the problem, not the details. sorry.

> you are describing a problem with unreasonably low kernel parameters,
> not with Postgres. (In particular I'd wonder what SEMMAX is on your
> system, though I suppose SHMMAX might be the issue too. See the Admin
> Guide concerning care and feeding of kernel parameters.)

i considered this, but the weird thing is that i know i didn't touch any
of the /proc bound kernel parms yet a recompile of postgres miraculously
resolved the problem.

>
> > bring it back down to a value less than or equal to 32, and it started up
> > fine. after recompiling postgresql with a hardcoded value of 64, then i
> > was able to increase it in postgresql.conf.
>
> Hardcoded value of what?

max_connections. once again, i dont' clearly remember the details. yea,i
know this doesn't shed any light on the problem. i just thought maybe
this was a known restriction. if you say its not any longer, i'll gladly
take your word on it. i'm no longer the admin of the box where this was
occuring last year.

thanks for your reply.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brickley Jeff-RA9607 2003-03-10 20:43:02 removal from list
Previous Message Tom Lane 2003-03-10 20:33:28 Re: [NOVICE] General Performance questions

Browse pgsql-novice by date

  From Date Subject
Next Message douggorley 2003-03-10 20:51:41 How do I view existing privileges
Previous Message Tom Lane 2003-03-10 20:33:28 Re: [NOVICE] General Performance questions