Re: oom_killer

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: oom_killer
Дата
Msg-id 20110421124851.GC4548@tamriel.snowman.net
обсуждение исходный текст
Ответ на oom_killer  (Tory M Blue <tmblue@gmail.com>)
Ответы Re: oom_killer
Список pgsql-performance
* Tory M Blue (tmblue@gmail.com) wrote:
> Is there anyone that could help me understand why all of a sudden with
> no noticeable change in data, no change in hardware, no change in OS,
> I'm seeing postmaster getting killed by oom_killer?

You would really be best off just turning off the oom_killer..  Of
course, you should probably also figure out what process is actually
chewing through your memory to the point that the OOM killer is getting
run.

> The dmesg shows that swap has not been touched free and total are the
> same, so this system is not running out of total memory per say.

There's probably something else that's trying to grab all the memory and
then tries to use it and PG ends up getting nailed because the kernel
over-attributes memory to it.  You should be looking for that other
process..

    Thanks,

        Stephen

Вложения

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

Предыдущее
От: yoshi watanabe
Дата:
Сообщение: Re: oom_killer
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: oom_killer