Re: Tons of postgres.exe processes - Mailing list pgsql-hackers-win32

From Merlin Moncure
Subject Re: Tons of postgres.exe processes
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3415C2CBB@Herge.rcsinc.local
Whole thread Raw
In response to Tons of postgres.exe processes  ("Stan Vassilev" <sv_forums@fmethod.com>)
List pgsql-hackers-win32
> The processes appear to take 60kb RAM (most), and I don't have
anything
> taking a lot of RAM (I have 1GB ram). So I guess an x-file again :(
>

You can run your system out of GDI handles.  If this happens, throw up
taskmgr (ctrl-alt-esc) and start killing handle heavy processes (start
with pgAdmin) and things should free up.  The server proper does not use
them so the problems could be unrelated.  Certain apps, especially 32
bit apps written in vb, Delphi, or wx, tend to suck down gdi handles.

Merlin

pgsql-hackers-win32 by date:

Previous
From: John A Meinel
Date:
Subject: Re: Tons of postgres.exe processes
Next
From: Andrew Dunstan
Date:
Subject: FYI, Windows buildfarm member passes all PL regression tests