Hello guys, I am trying to write you again about a simple question... how can I limit sqlite memory usage during insert commands? It seems that the amount of memory usage increases when the number of objects inserted into the database is increased and memory is never freed.
I tried to set PRAGMA cache_size with no luck ... I tried also to recompile with SQLITE_ENABLE_MEMORY_MANAGMENT and use sqlite3_soft_heap_limit but nothing seems to change. Please help. Thanks. -- Marco Bambini _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users