Subject Re: Memory Usage Test
Author jssahdra
--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@m...>
wrote:
> > Can somebody do this test? There seems to be some memory leak in
the
> > udf 'addDay'(fbudf comes with firebird). If I call the Stored
> > Procedure given below in a loop, memory usage of firebird (using
top
> > command in linux) crosses 100MB in a few minutes. When I comment
the
> > statement calling 'addDay', there is no memory increase.
> >
> >
> >
> > JS
>
> have you declared the UDF with FREE_IT?
> Alan

This is the udf which comes with the firebird distribution (fbudf). I
have verified the fbudf.sql. It is not declared with FREE_IT. I tried
using FREE_IT, but then it stops working (it simply hangs).

JS