Re: Check Pointer - Mailing list pgsql-performance

From Heikki Linnakangas
Subject Re: Check Pointer
Date
Msg-id 51A7457F.3040309@vmware.com
Whole thread Raw
In response to Check Pointer  (itishree sukla <itishree.sukla@gmail.com>)
Responses Re: Check Pointer  (itishree sukla <itishree.sukla@gmail.com>)
List pgsql-performance
On 30.05.2013 15:09, itishree sukla wrote:
> In our server Check pointer process is consuming 8 GB of memory, what could
> be the possible reason? Can any one please help.

Are you sure you're measuring the memory correctly? The RES field in top
output, for example, includes shared memory, ie. the whole buffer cache.
Shared memory isn't really "consumed" by the checkpointer process, but
shared by all postgres processes.

- Heikki


pgsql-performance by date:

Previous
From: Dinesh Kumar
Date:
Subject: Re: Check Pointer
Next
From: itishree sukla
Date:
Subject: Re: Check Pointer