On 18 Apr 2017, at 10:07am, Brendan Duddridge <brend...@gmail.com> wrote:
> 
>    // Enable memory-mapped I/O if available

Please try an alternative version of that code which definitely does not use 
memory mapping in any way.  You may be able to do it by changing that IFDEF 
sequence.  Or you should instead have SQLite execute this command

PRAGMA mmap_size=0;

before it opens any files.

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

Reply via email to