Re: accumulating handles problem on machine running postgresql

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Adam Bruss <abruss(at)awrcorp(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: accumulating handles problem on machine running postgresql
Date: 2012-02-28 14:22:40
Message-ID: CABRT9RCRay9Sz0x0NyVhFCpZZYTuj955suJFwCzpOp=oo1yB1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 28, 2012 at 04:34, Adam Bruss <abruss(at)awrcorp(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Bruss 2012-02-28 14:48:48 Re: accumulating handles problem on machine running postgresql
Previous Message Marti Raudsepp 2012-02-28 14:15:30 Re: How to get a signal from the database when a INSERT INTO is done?