Re: PostgreSQL 9.2.4 using large amount of memory

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bhushan Pathak <bhushan(dot)pathak02(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 9.2.4 using large amount of memory
Date: 2014-01-27 17:12:13
Message-ID: 10579.1390842733@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bhushan Pathak <bhushan(dot)pathak02(at)gmail(dot)com> writes:
> In 9.1.3, this usage was upto 25MB with the same load on the same server.
> With 9.2.4 it has jumped upto ~580 MB. We are monitoring the RES column
> from top output to get the memory usage.

On most versions of "top", examining RES alone gives a completely
misleading impression of what's happening. RES minus SHR is a better
estimate of what the process has really consumed. I don't know why the
behavior changed from 9.1 to 9.2, but this measurement alone is not
evidence that you have an actual problem.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2014-01-27 17:30:59 Re: A Simple web application
Previous Message Bhushan Pathak 2014-01-27 17:05:20 PostgreSQL 9.2.4 using large amount of memory