[Bug 241385] databases/sqlite3: enable OS features
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 27 22:23:01 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241385
--- Comment #13 from rozhuk.im at gmail.com ---
SQLITE_MMAP_READWRITE=1
This allow applications use this feature, application must exec: "PRAGMA
mmap_size=268435456" to use this feature.
There is another option: SQLITE_CONFIG_MMAP_SIZE (NOT in this patch) that force
all application use mmap for read/write in sqlite3.
I know only one app that uses mmap_size - CodeLite.
(our pkg - does not, @bapt miss few options, IMHO)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list