On Sat, Feb 11, 2012 at 11:50 AM, Rittick Gupta <[email protected]> wrote:
> What memory does the sqlite3_db_release_memory call release from the heap. > Cache memory, holding disk content that might possibly be reused in the future but that is not currently in use. > Is it required that this call be made frequently to free up space which is > no longer used ? No. SQLite will automatically clean up all the memory it uses. > Is it applicable in a shared cache environment ? > Yes. > > Will appreciate a response. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

