Hi, List

I found my sqlite application presents a huge VSZ usage, 100+M in an
ARM system, which has only 128M physical memory.  Does this because
sqlite is using mmap to map the database file?  If this is the reason,
how can I reduce the VSZ used?

I checked my application with Valgrind, I think there is no memory
leak in the app.

-- 
Life is the only flaw in an otherwise perfect nonexistence
    -- Schopenhauer

narke
public key at http://subkeys.pgp.net:11371 (narkewo...@gmail.com)
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to