Subject Re: Easy test for UDF memory leak?
Author Eliana Vanina
--- In firebird-support@yahoogroups.com, Michael Ludwig <milu71@...> wrote:
>
> Eliana Vanina schrieb am 29.12.2010 um 20:55 (-0000):
> > Hi,
> > There is some easy way to test if my UDFs are not releasing memory?
>
> Have a script keep calling them and track memory consumption?
>
> For scripting, use your favourite scripting language.
>
> For tracking memory, there's vmstat on Linux (IIRC), and the
> Sysinternals tools on Windows.
>
> There are probably more intelligent and less brutish solutions,
> I'm just not aware of any.
>
> Ah, possibly code review.
> --
> Michael Ludwig
>

Thanks Michael!
I'll try to test the UDF with your advices.
Vanina