Re: FW: URGENT: pgsql on the web server - memory problems....

Поиск
Список
Период
Сортировка
От Gunnar R|nning
Тема Re: FW: URGENT: pgsql on the web server - memory problems....
Дата
Msg-id x6zokjfm2y.fsf@thor.candleweb.no
обсуждение исходный текст
Ответ на FW: URGENT: pgsql on the web server - memory problems....  ("Nikolay Mijaylov" <pg@nmmm.nu>)
Ответы RE: FW: URGENT: pgsql on the web server - memory problems....  ("Nikolay Mijaylov" <nmmm@nmmm.nu>)
Список pgsql-general
"Nikolay Mijaylov" <pg@nmmm.nu> writes:

> The problem is that PHP is auto killing after a while (1-2 min), but the pos
> tgres backend process stay (and works about 2 or many more hours). Soon all
> Linux is filled with 64 postgres processes, free memory is 0 and Linux, free
> ze :)
>

The postgres backend processes should die when the connections are
closed. Are you sure that the process that runs PHP doesn't keep the
connections open ? You should check open ports using netstat -a and maybe
go on using lsof to check the client processes.

regards,

    Gunnar

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

Предыдущее
От: Michael Ansley
Дата:
Сообщение: Object syntax
Следующее
От: Matthew
Дата:
Сообщение: RE: FW: URGENT: pgsql on the web server - memory proble ms....