Re: connection from connection pool uses too much memory during the time

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Honza Novak" <kacerr(at)developers(dot)zlutazimnice(dot)cz>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: connection from connection pool uses too much memory during the time
Date: 2008-01-30 14:53:29
Message-ID: 47A03B08.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> On Wed, Jan 30, 2008 at 3:53 AM, in message
<47A0490D(dot)4020301(at)developers(dot)zlutazimnice(dot)cz>, Honza Novak
<kacerr(at)developers(dot)zlutazimnice(dot)cz> wrote:

> The problem is that it looks
> like, that once the open connection takes some memory, it never gives
> that memory back, which ends up with our server swapping large amounts
> of memory.

What operating system?

How are you looking at the RAM usage?

Many people are confused when seeing the OS cache usage when running
PostgreSQL. That's normal and is not a problem.

-Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Chander Ganesan 2008-01-30 15:06:06 Re: [GENERAL] Can we have 2 databases on same server
Previous Message Honza Novak 2008-01-30 09:53:17 connection from connection pool uses too much memory during the time