Subject Re: [firebird-support] memory usage rising
Author Uwe Grauer
Chris Meelhuysen wrote:

> What types of things should i look for that could cause memory usage to
> go up and up on firebird 1.5.2 over each passing day so as a week later
> there is so much memory in use you cant shut down firebird and you have
> to kill it and reboot the server, etc.

Maybe an UDF with doesn't free its memory.
Do you have very long running transactions?
You really should hardcommit your work.
Show us your Statistics (gstat -h) please.

Uwe