Re: accumulating handles problem on machine running postgresql - Mailing list pgsql-general

From Marti Raudsepp
Subject Re: accumulating handles problem on machine running postgresql
Date
Msg-id CABRT9RCRay9Sz0x0NyVhFCpZZYTuj955suJFwCzpOp=oo1yB1w@mail.gmail.com
Whole thread Raw
In response to accumulating handles problem on machine running postgresql  (Adam Bruss <abruss@awrcorp.com>)
Responses Re: accumulating handles problem on machine running postgresql  (Adam Bruss <abruss@awrcorp.com>)
List pgsql-general
On Tue, Feb 28, 2012 at 04:34, Adam Bruss <abruss@awrcorp.com> wrote:
> The problem is the
> Handle count on the Windows System process of the server, image name
> c:\windows\system32\ntoskrnl.exe, accumulates over time and the handles
> never get released. This causes the handle count to go to about 130,000 at
> which time the machine starts malfunctioning and a reboot is needed.

Do these handles go away when you restart any of these services? If
it's a user space code problem then the handles should get freed
automatically after the process exits.

Regards,
Marti

pgsql-general by date:

Previous
From: Marti Raudsepp
Date:
Subject: Re: How to get a signal from the database when a INSERT INTO is done?
Next
From: Adam Bruss
Date:
Subject: Re: accumulating handles problem on machine running postgresql