Subject Re: [firebird-support] Easy test for UDF memory leak?
Author Michael Ludwig
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