Re: Some interesting news about Linux 3.12 OOM

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Some interesting news about Linux 3.12 OOM
Дата
Msg-id m2eh8kzsel.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: Some interesting news about Linux 3.12 OOM  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> What has changed is how to react to situations where memory has been
> overcommitted but is now actually needed.

Sure. You either have a failure at malloc() or usage, over commit is all
about never failing at malloc(), but now you have to deal with OOM
conditions in creative way, like with the OOM Killer.

Anyways,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Some interesting news about Linux 3.12 OOM
Следующее
От: dlight
Дата:
Сообщение: Re: Performance problem in PLPgSQL