Re: Postmaster processes running out of control?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postmaster processes running out of control?
Дата
Msg-id 11785.1016751773@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postmaster processes running out of control?  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: Postmaster processes running out of control?  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> On Thu, Mar 21, 2002 at 02:10:08PM +0000, Nigel J. Andrews wrote:
>> (6.5.1 I think postgres, since upgraded to 7.2 on FreeBSD 3.3-STABLE)
>>
>> Why am I saying this? No idea. Just not sure why a 90MB footprint for a DB
>> backend would be so shocking.

> I think as someone else pointed out, it's probably all shared memory any and
> so may not be a problem. That doesn't solve your basic problem though.

Yeah, the number reported by ps should be viewed with suspicion until
you know for certain whether it counts the shared memory segment or not.
(In my experience, on some platforms it does and on some it doesn't.)

However, I think the real issue here is probably just 6.5's well known
problems with intra-query memory leaks.  If Nigel can reproduce the
difficulty on 7.2 then I'd be more interested in looking into it...

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Postmaster processes running out of control?
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: A general database question!