Subject Problem with memory consuming
Author marx_sk
Hi,

I have application which open connection to DB, do a lot of SQL
queries (mostly read-only transactions). And everything works fine but
firebird process (fb_inet_server) is consuming a memory but it is not
freeing it until disconnect. Is there any way how to solve this
problem (except disconnecting/connecting to DB several times, so it
will free used memory). I believe there are no open transaction on
several breakpoints.

Thanks, Marx