Re: Non-superuser connection limit exceeded

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Non-superuser connection limit exceeded
Дата
Msg-id 4112464A.6000108@archonet.com
обсуждение исходный текст
Ответ на Non-superuser connection limit exceeded  (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>)
Список pgsql-general
marcelo Cortez wrote:
> Hi folks
>
>
> My application fail with 'Non-superuser connection
> limit exceeded' error , the client application is
> connected via ODBC AND GPF MESSAGE appear there.
>
> the 'Non-superuser connection limit exceeded'
> what'wrong?.

You have too many connections active, so you cannot connect. This
shouldn't trigger a GPF anywhere though.

Look at the top of the postgresql.conf file and increase the connection
limit. You'll also want to do some basic tuning of performance settings,
see the article at
   http://www.varlena.com/GeneralBits/

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: case insensitive sorting & searching in oracle 10g
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PG over NFS tips