Re: Why does "checkpointer" is consumig ~1.2Gb of RAM?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Why does "checkpointer" is consumig ~1.2Gb of RAM?
Дата
Msg-id CAOR=d=2kFLHj-fdUk101VwcZHv8HdE7DAi2FbFUSmW7cnd6usw@mail.gmail.com
обсуждение исходный текст
Ответ на Why does "checkpointer" is consumig ~1.2Gb of RAM?  (Edson Richter <edsonrichter@hotmail.com>)
Ответы Re: Why does "checkpointer" is consumig ~1.2Gb of RAM?  (Edson Richter <edsonrichter@hotmail.com>)
Список pgsql-general

On Sun, Mar 30, 2014 at 8:43 PM, Edson Richter <edsonrichter@hotmail.com> wrote:
I'm curious about the "checkpointer" process and its configuration.
What are the configuration options that affects the checkpointer process?
Currently, under load, this process goes up to about 1.2GB of RAM:




--


No it really doesn't. VIRT is every thing it touches whether it uses it individually or with other processes. RES is what THIS process is using all by itself. SHR is what it's accessing of shared memory. Here's a short explanation of what those three values mean: http://linuxpoison.blogspot.com/2009/10/what-is-difference-among-virt-res-and.html

Also for a more technical one run "man top" and search for RES, SHR, and VIRT
Вложения

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

Предыдущее
От: Edson Richter
Дата:
Сообщение: Why does "checkpointer" is consumig ~1.2Gb of RAM?
Следующее
От: jaime soler
Дата:
Сообщение: Re: Alternative to Multi-Master Replication with 2 Data centers??