Re: Why does "checkpointer" is consumig ~1.2Gb of RAM? - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Why does "checkpointer" is consumig ~1.2Gb of RAM?
Date
Msg-id CAOR=d=2kFLHj-fdUk101VwcZHv8HdE7DAi2FbFUSmW7cnd6usw@mail.gmail.com
Whole thread Raw
In response to Why does "checkpointer" is consumig ~1.2Gb of RAM?  (Edson Richter <edsonrichter@hotmail.com>)
Responses Re: Why does "checkpointer" is consumig ~1.2Gb of RAM?  (Edson Richter <edsonrichter@hotmail.com>)
List 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
Attachment

pgsql-general by date:

Previous
From: Edson Richter
Date:
Subject: Why does "checkpointer" is consumig ~1.2Gb of RAM?
Next
From: jaime soler
Date:
Subject: Re: Alternative to Multi-Master Replication with 2 Data centers??