On Jun 15, 2009, at 9:04 AM, pierr wrote:

>
> Hi all,
>       I am using an memory type sqlite database in our embedded
> application. After the applicate run a while ,the system will run  
> ourt of
> out of memory. So, is there a way to know how many memory is used by  
> sqlite?
> That would include the memory for page cache , any other other  
> internal
> memory used the sqlite ,as well as the memory for database itself.  
> Thanks
> for your help.

http://www.sqlite.org/c3ref/memory_highwater.html
http://www.sqlite.org/malloc.html

D. Richard Hipp
d...@hwaci.com



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

Reply via email to