BUG #3385: Memory leak

Started by Prasadalmost 19 years ago2 messagesbugs
Jump to latest
#1Prasad
prasad.br@gmail.com

The following bug has been logged online:

Bug reference: 3385
Logged by: Prasad
Email address: prasad.br@gmail.com
PostgreSQL version: Some
Operating system: Windows 2003
Description: Memory leak
Details:

When both postgre and our server application run on the same windows 2003
server, a memory leak of 1 MB per day in Non paged kernel memory is
observed.

But if we run them on seperate servers, no leak is noticed.

What could be the problem?

#2Magnus Hagander
magnus@hagander.net
In reply to: Prasad (#1)
Re: BUG #3385: Memory leak

On Thu, Jun 14, 2007 at 08:42:51AM +0000, Prasad wrote:

The following bug has been logged online:

Bug reference: 3385
Logged by: Prasad
Email address: prasad.br@gmail.com
PostgreSQL version: Some
Operating system: Windows 2003
Description: Memory leak
Details:

When both postgre and our server application run on the same windows 2003
server, a memory leak of 1 MB per day in Non paged kernel memory is
observed.

But if we run them on seperate servers, no leak is noticed.

What could be the problem?

What process owns the leaked memory?
(See for example
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/core/fnec_evl_hkbg.mspx?mfr=true
for hints on how to track it down)

//Magnus