App with Zeos memory size increasing

The official tester's forum for ZeosLib 7.1. Ask for help, post proposals or solutions.
Post Reply
afreitag
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: 03.09.2013, 13:46

App with Zeos memory size increasing

Post by afreitag »

I have a simple Application.exe builded in Delphi XE, this App loads DLL library by function LoadLibrary('lib.dll'); in lib.dll there is a unit which uses ZDataset module, there is any Zeos object declaration, any Zeos object has been created, any DB ZConnection, any ZQuery, only LoadLibrary which uses ZDataset unit)
and now I'm testing and debuging this App with different Zeos:
with Zeos 6 App after LoadLibrary takes 4,4 MB of RAM,
after changing on Zeos 7.1.4 the same App takes 25,5 MB RAM
five times more memory with new Zeos? any suggestions? are in ZDataset some Buffers which size I can change?
regards
afreitag
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: 03.09.2013, 13:46

Re: App with Zeos memory size increasing

Post by afreitag »

It seems that in new Zeos all DB drivers are loading in initialization, I'll check it
afreitag
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: 03.09.2013, 13:46

Re: App with Zeos memory size increasing

Post by afreitag »

Yes, I remote using all DB drivers without one and using memory is quite low
Post Reply