Re: oom_killer

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: oom_killer
Дата
Msg-id BANLkTimwYuoq+gKqcjJtgqjEv6kf5zwbZA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: oom_killer  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
Список pgsql-performance
On Fri, Apr 22, 2011 at 6:45 PM, Cédric Villemain
<cedric.villemain.debian@gmail.com> wrote:
> Are you sure it is a PAE kernel ? You look limited to 4GB.

If my memory/knowledge serves me right, PAE doesn't remove that limit.
PAE allows more processes, and they can use more memory together, but
one process alone has to live within an addressable range, and that is
still 4GB, mandated by the 32-bit addressable space when operating in
linear addressing mode.

But linux kernels usually reserve 1GB for kernel stuff (buffers and
that kind of stuff), so the addressable portion for processes is 3GB.

Take away 2.5GB of shared buffers, and you only leave 0.5G for general
data and code.

Really, lowering shared_buffers will probably be a solution. Moving to
64 bits would be a better one.

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

Предыдущее
От: Marinos Yannikos
Дата:
Сообщение: Re: postgresql random io test with 2 SSD Kingston V+100 500GB in (software) Raid1
Следующее
От: Greg Smith
Дата:
Сообщение: Re: OT (slightly) testing for data loss on an SSD drive due to power failure