]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Cause the mmap_size PRAGMA to immediately change the mmap space if the
authordrh <drh@noemail.net>
Thu, 23 May 2013 01:40:53 +0000 (01:40 +0000)
committerdrh <drh@noemail.net>
Thu, 23 May 2013 01:40:53 +0000 (01:40 +0000)
commit34e258c942f033d623bb559a0d7dbcd64246d30e
tree97fa8ed27cba32f79ffd822f9fe3879bfb10352e
parentd399fb3de8c1a0b6e4bf995e22d07dce6218e22c
Cause the mmap_size PRAGMA to immediately change the mmap space if the
database connection is already active.  In particular, reducing mmap_size
will immediately free up process address space.

FossilOrigin-Name: 761177927cb51e4f5e66061ca39cf37edbe8346b
manifest
manifest.uuid
src/os_unix.c
src/os_win.c
test/mmap3.test [new file with mode: 0644]