Hello, I am using sqlite3 under Windows XP as a part of my application, sqlite is compiled as a dll.
I am noticing big memory usage fluctuations coming from my application which I believe may originate from sqlite. I am seeing the following behaviour, on machines with small amount of free memory the application seems to always deallocate memory frequently and never takes up a lot. On the machines with memory to spare the application never seems to deallocate and the memory usage continues to grow. Is this standard sqlite memory management, am I perhaps using it incorrectly or am I just totally off and need to look elsewhere? If this is related to sqlite is there anyway to force it to deallocate memory more often? Thank you, Alex ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

