Date: Wed, 27 May 2020 22:23:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241385] databases/sqlite3: enable OS features Message-ID: <bug-241385-7788-Rv328ILiha@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241385-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-241385-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241385 --- Comment #13 from rozhuk.im@gmail.com --- SQLITE_MMAP_READWRITE=3D1 This allow applications use this feature, application must exec: "PRAGMA mmap_size=3D268435456" to use this feature. There is another option: SQLITE_CONFIG_MMAP_SIZE (NOT in this patch) that f= orce 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) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241385-7788-Rv328ILiha>