Re: PostgreSQL 8.0.3 limiting max_connections to 64 ?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Sven Willenberger <sven(at)dmv(dot)com>
Cc: eu <alexandre(at)vectorx(dot)com(dot)br>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.0.3 limiting max_connections to 64 ?
Date: 2005-08-17 19:45:11
Message-ID: 430393C7.7050009@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>>max_connections, shared_buffers, shmmax were tweaked, but the server
>>does not seems to respect the 500 max_connections...
>>i *know* i'm missing something obvious, but, what could be wrong ?...
>>i'm lost... any help would be most appreciated... please.

A completely stupid response but don't take it pseronally.

Did you remove the # from in front of the max_connections parameter and
do a COMPLETE restart?

>>
>
>
> Can you post the relevent portions of your postgresql.conf file? Do you
> see any error messsages when starting the database up (perhaps about
> shared memory or such)? We also run a postfix mailserver (with maildrop,
> courier-imap/vauthchkpw, etc) against a postgresql database with
> max_connections set to 512 (FreeBSD 5.x machine). On the delivery end of
> things we pool the connections from the postfix server using proxymap(8)
> (which helped ease the connections load).
>
> Sven
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

--
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mario Guenterberg 2005-08-17 19:48:35 Re: postgres 8.x on debian
Previous Message Matt Miller 2005-08-17 19:41:20 Re: Schema design question