SQLite Forum

How to free max heap size on execution of sqlite query using sqlite3_exec?
Login
I am using verifone device c680. With verix os. I am using select and insert query.

This is happening for 2104 records. 

 heap max increases for each time when different query get executed


I want to know why heap max memory does not get release once sqlite3_exec executed. 

Is there any function for release it?