Woody Wu wrote:
> On 19 February 2014 23:09, Clemens Ladisch <clem...@ladisch.de> wrote:
>> Woody Wu wrote:
>>> sqlite is using mmap to map the database file?
>
> How do I confirm that this is true on Linux platform?

PRAGMA mmap_size

>>> If this is the reason, how can I reduce the VSZ used?
>>
>> You could disable mmap.
>
> How do disable it? And what are possible disadvantages if I do it?

see <http://www.sqlite.org/mmap.html>

>> 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.
>
> Hum, I understand you are right.  But I just wan to ensure ...

Ensure what?  VSZ is just a number.


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

Reply via email to