Re: memory issues when running with mod_perl

Поиск
Список
Период
Сортировка
От Fred Tyler
Тема Re: memory issues when running with mod_perl
Дата
Msg-id 466ad3f90610010924v165d5d56s4f15ff206b1c700c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: memory issues when running with mod_perl  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: memory issues when running with mod_perl  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: memory issues when running with mod_perl  (Jonathan Vanasco <postgres@2xlp.com>)
Список pgsql-general
> OK, that kills the theory that the leak is triggered by subprocess exit.
> Another thing that would be worth trying is to just stop and start the
> postmaster a large number of times, to see if the leak occurs at
> postmaster exit.

It is not from the exit. I see the exact same problem and I never
restart postgres and it never crashes. It runs constanty and with no
crashes for 20-30 days until the box is out of memory and I have to
reboot.


> > R2: After having a look at the linux kernel mailing list, it seems that
> > this problem is not yet known there.

It is possible that it has already been fixed. I am seeing this memory
leak quite clearly on 2.6.12.6, but there's no evidence of it at all
on 2.6.16.27. The changelogs between those two versions show a lot of
bugfixes for memory leaks.

Also, that message from Will Glenn references a discussion where
someone else running 2.6.12 was having a memory leak issue.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Major Performance decrease after some hours
Следующее
От: Tom Lane
Дата:
Сообщение: Re: memory issues when running with mod_perl