From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | Anderson Valadares <andervalbh(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: High consumns memory |
Date: | 2009-04-01 19:12:08 |
Message-ID: | dcc563d10904011212s6fbb1c77xdd5e24202f92aef4@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Apr 1, 2009 at 12:59 PM, Anderson Valadares
<andervalbh(at)gmail(dot)com> wrote:
> Scott
>
> the problem is that the memory gets higher and higher each PL/SQL procedure
> call.
>
> Some “I don’t know what” is not been freed(released) from the memory after
> execution.
>
> There’s any way that I can see what is allocated and released when the
> PL/SQL procedure is called or finished ?
I think you just aren't familiar with how memory is accounted for in
top. Honestly, nothing looks out of place there. Do you know VIRT
RES and SHR mean in top? There's a good post here that explains it
for the most part:
From | Date | Subject | |
---|---|---|---|
Next Message | Jennifer Trey | 2009-04-01 19:16:49 | Installed PG with pgAdmin, some days later, now my password don't work! |
Previous Message | Anderson Valadares | 2009-04-01 18:59:54 | Re: High consumns memory |