Re: Sort memory not being released

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jim(at)nasby(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Sort memory not being released
Date: 2003-06-16 14:13:02
Message-ID: 2641.1055772782@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jim C. Nasby" <jim(at)nasby(dot)net> writes:
> It appears that after a pgsql backend uses memory for sort, it doesn't
> get released again, at least on solaris. IE:

That's true on many Unixen --- malloc'd space is never released back to
the OS until the process dies. Not much we can do about it. If you're
concerned, start a fresh session, or use another Unix (or at least a
better malloc package).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2003-06-16 14:21:14 Re: RE : full featured alter table?
Previous Message nolan 2003-06-16 14:06:08 Re: Why can't you define a table alias on an update?