Re: Memory Usage and OpenBSD

Поиск
Список
Период
Сортировка
От Anton Maksimenkov
Тема Re: Memory Usage and OpenBSD
Дата
Msg-id 8cac8dd1002100213y4668690em421047a20c3c9f76@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Memory Usage and OpenBSD  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
2010/2/10 Martijn van Oosterhout <kleptog@svana.org>:
>> Can anybody briefly explain me how one postgres process allocate
>> memory for it needs?
>
> There's no real maximum, as it depends on the exact usage. However, in
> general postgres tries to keep below the values in work_mem and
> maintainence_workmem. Most of the allocations are quite small, but
> postgresql has an internal allocator which means that the system only
> sees relatively large allocations.

These "relatively large allocations" are exactly what I mean. What
size are they?
Is it right to say that these allocations are work_mem size, or
temp_buffers size, or maintainence_workmem size? Or something like.
--
antonvm

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: when a table was last vacuumed
Следующее
От: "Davor J."
Дата:
Сообщение: Re: One column to multiple columns based on constraints?