Re: memory usage

From: Carolyn Wong <carolyn(at)kss(dot)net(dot)au>
To: John Hasler <john(at)dhh(dot)gt(dot)org>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>, "pgsql-interfaces(at)postgresql(dot)org" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: memory usage
Date: 2000-09-29 00:19:59
Message-ID: 39D3E02F.4B329DAE@kss.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

John Hasler wrote:
>
> Carolyn Wong writes:
> > This program seems to use a lot of the memory on the linux server, and
> > the memory doesn't seem to be released at the end of execution.
>
> Are you quite certain that this is actually what is happening? Linux
> memory usage can be confusing.

I run 'top' to see cpu usage when running the program. The 'postmaster'
command seems to stay after my program terminates. Because the program
runs every 10 minutes, when it restarts, the mem usage for the same
command increases.

> --
> John Hasler
> john(at)dhh(dot)gt(dot)org (John Hasler)
> Dancing Horse Hill
> Elmwood, WI

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Edipo E. F. Melo 2000-09-29 02:05:03 Date problem
Previous Message Peter Eisentraut 2000-09-28 19:04:27 Re: transactions surrounding extension functions