Re: Check Pointer

From: Greg Smith <greg(at)2ndQuadrant(dot)com>
To: pgsql-performance(at)postgresql(dot)org, itishree(dot)sukla(at)gmail(dot)com
Subject: Re: Check Pointer
Date: 2013-05-30 12:20:07
Message-ID: 51A743F7.7030507@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 5/30/13 8:09 AM, 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.

That process will eventually access all of shared_buffers, which shows
as a shared memory block for that process. That's what you're seeing
there. It doesn't actually use any significant amount of memory on its own.

--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Dinesh Kumar 2013-05-30 12:20:24 Re: Check Pointer
Previous Message itishree sukla 2013-05-30 12:09:12 Check Pointer