postmaster memory keep going up???? - Mailing list pgsql-performance

From Chun Yit(Chronos)
Subject postmaster memory keep going up????
Date
Msg-id 000b01c5aa04$a1ba0100$a279640a@Beh
Whole thread Raw
Responses Re: postmaster memory keep going up????  (Richard Huxton <dev@archonet.com>)
List pgsql-performance
>I have a pl/pgsql function that using temp table to perform searching logic,
>we have one server running on 512MB, Red Hat 9.0, postgresql-7.4.5.
>the problem is the pl/pgsql function that i created will increase postmaster memory when calling to function
>become more frequent, i did a test by getting out all the logic inside the function and what left only
>create temporary table and drop the temporary table statement (at the end if this function), i monitor the %mem for postmaster
>using linux command, ps -eo pid,comm,user,%mem | grep postmaster.
>when i start the postmaster, the %mem show only 2.0 something, but after i run the function for more that 1000 time, then
>the %mem will go up until 10.0 something.
>my question is,it is postmaster have memory leaking problem?
>hope someone can give me some help and best is how to identify the problem it is come from postgresql?
>
>thanks
>regards
>ivan

pgsql-performance by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: Limit + group + join
Next
From: Tobias Brox
Date:
Subject: Re: Limit + group + join