postgresql memory management?

From: Alexander Jerusalem <ajeru(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql memory management?
Date: 2001-01-20 17:02:52
Message-ID: 4.3.2.7.0.20010120175202.00b7aeb0@pop.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I'm experiencing some strange behaviour with postgresql 7.0.3 on Red Hat
Linux 7. I'm sending lots of insert statements to the postgresql server
from another machine via JDBC. During that process postgresql continues to
take up more and more memory and seemingly never returns it to the system.
Oddly if I watch the postmaster and it's sub processes in ktop, I can't see
which process takes up this memory. ktop shows that the postgresql related
processes have a constant memory usage but the overall memory usage always
increases as long as I continue to send insert statements.

When the database connection is closed, no memory is reclaimed, the overall
memory usage stays the same. And when I close down all postgresql processes
including postmaster, it's the same.

I'm rather new to Linux and postgresql so I'm not sure if I should call
this a memory leak :-)

Has anybody experienced a similar thing?

thanks,
Alexander Jerusalem
vknn

Browse pgsql-general by date

  From Date Subject
Next Message rob 2001-01-20 17:39:08 Re: currval was (Re: Re: Re: is PG able to handle a >500 GB Database? )
Previous Message Gregory Wood 2001-01-20 16:54:46 Re: Re: couple of general questions