Re: Problem with postgreSQL (number of backends)

From: "Richard Huxton" <dev(at)archonet(dot)com>
To: "Konstantin Borchert" <borchert(at)antsatwork(dot)de>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem with postgreSQL (number of backends)
Date: 2001-04-24 19:02:04
Message-ID: 20010424190204.84D6D2A3AB@mainbox.archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Konstantin Borchert <borchert(at)antsatwork(dot)de> said:

> Hi,
>
> i have problems with PostgreSQL 7.0.3 on a RedHat 6.2 System. Very often
> postgresql post me the following warning and error message.
>
>
> Warning: Unable to connect to PostgreSQL server: Sorry, too many clients
> already in /home/server/...
> PostgreSQL said: Unable to connect to server
>
>
> It seems to be a problem with buffers and backends. So i have restart the
> postmaster with the parameters "/usr/bin/postmaster -N 256 -B 512 " ... (i
> put these parameters in the file "postmaster.opts" in the postgresql data
> folder).But it seems to have no effect. The problem still exist.

How many clients do you have when this happens?
How much RAM have you got?
Did you alter the max_connections setting at install time?

- Richard Huxton

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2001-04-24 19:03:42 Re: IBM to buy Informix
Previous Message pgsql-general 2001-04-24 18:10:55 Question on Bizarre Sorting (ORDER BY in 7.1)