Subject Re: Memory usage problems
Author robert_difalco
Are you using Java/JDBC with a driver other than JayBird? I've seen
this happen when using interclient. Basically, it seems to leak
memory if you do not cycle out connections. Also, don't
underestimate the memory you may be leaking by having transactions
that are never committed or aborted.