3
I have an app Delphi XE7 which rotates on a seat Firebird 2.5.
When I open a FDTable
with a 10,000 records for example, Firebird server memory consumption increases by about 1 MB. So far so good, it’s part.
But when I close Table (FDTable.Close;
) memory consumption does not decrease... continues with the 1 MB that increased when the table was opened.
The same goes for FDQuerys
and also with other databases.
I realized that when I disconnected the FDConnection
from the bank, then the consumption goes back to normal. But at the moment I can’t do it in my system, at least not in the short term.
There is some way that when a dataset is closed, proportionally reduce SGDB consumption on the server?
I never realized it... the more you’ve tried?
– Edu Mendonça