Woody Wu wrote: > 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?
This is likely. > If this is the reason, how can I reduce the VSZ used? You could disable mmap. But why would you want to do this? The size of the virtual address space is 4 GB, so I doubt you are running out of that. Regards, Clemens _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users