Hi,

I am running SQLite on a embedded device. For SQLite memory pool I am using
memsys5 memory allocator with size of 256 KB.
When i execute  "insert into" command for around 5*1000 times the memory
pool is full but my database file has space. I cannot insert anymore.

How to free the memory pool for further insertion? Do I need to do any
further configuration?.


Thanks and Regards
Shankar
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to