Re: Memory Leakage Problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kathy Lo <kathy(dot)lo(dot)ky(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Memory Leakage Problem
Date: 2005-12-06 14:45:59
Message-ID: 29916.1133880359@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-performance

Kathy Lo <kathy(dot)lo(dot)ky(at)gmail(dot)com> writes:
> I found that the memory of the databaser server nearly used up (total 2G RAM).
> After I stop the program, the used memory did not free.

I see no particular reason to believe that you are describing an actual
memory leak. More likely, you are just seeing the kernel's normal
behavior of eating up unused memory for disk cache space.

Repeat after me: zero free memory is the normal and desirable condition
on Unix-like systems.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-12-06 14:49:28 Re: Temporary disable autovacuum in pgsql 8.1.0
Previous Message Howard Cole 2005-12-06 14:37:53 Re: Unicode Corruption and upgrading to 8.0.4. to 8.1

Browse pgsql-performance by date

  From Date Subject
Next Message Thomas Harold 2005-12-06 16:00:26 Re: two disks - best way to use them?
Previous Message Merlin Moncure 2005-12-06 13:58:31 Re: Can this query go faster???