Обсуждение: FATAL 1:Sorry, too many clients

Поиск
Список
Период
Сортировка

FATAL 1:Sorry, too many clients

От
sol
Дата:
Whilst trying to use OpenOffice.org this arvo to print some labels I got
told that it couldn't connect to database because there were too many
clients connected already. So I resorted to the trusty psql to see what
was going on. But I got the error:

psql: FATAL 1: Sorry, too many clients already

So I had a poke at unix-odbc which told me under "stats" that there were
187 connections in 1 environment, 0 statements and -123 descriptors.
I've no idea what this is all about and I don't even know where to look
for documentation, etc. Has  anyone come across this before?

kind regards,
sol


Re: FATAL 1:Sorry, too many clients

От
Tom Lane
Дата:
sol <sol@autonomon.net> writes:
> psql: FATAL 1: Sorry, too many clients already

You've run up against the server's max_connections limit.  Which is
configurable, see the PG Admin Guide.

            regards, tom lane