Обсуждение: BUG #3385: Memory leak

Поиск
Список
Период
Сортировка

BUG #3385: Memory leak

От
"Prasad"
Дата:
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?

Re: BUG #3385: Memory leak

От
Magnus Hagander
Дата:
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