I inherited an application which used SQLite 3.5.8 running on Windows 2000. I upgrade to version 3.7.5 of the dll and added pragma statement to use WAL. There was an immediate and significant performance increase. However; memory usage is growing like crazy. The application never used more than 10MB and it is currently using 57+MB and continues to climb.
I have searched the archives; I don't see anything that applies to upgrading. I can switch back to the previous version and memory usage drops and does not grow. I understand there have been substantial changes; but I have been unable to find the max usage. Cache_size is 2000. Is there any way to limit/control memory or has something changed related to memory management where my code needs to change? Any assistance is appreciated. Thanks. -- ************************************* This e-mail may contain confidential or legally privileged information that is intended for the individual or entity named as the recipient. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or reliance upon the contents of this e-mail is strictly prohibited. If you have received this e-mail in error, please destroy the message immediately and contact the sender at Balance Innovations, LLC. Thank you! ************************************* _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

