Subject | Re: Memory usage problems |
---|---|
Author | robert_difalco |
Post date | 2003-09-20T19:41:14Z |
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.
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.