On Mon, Oct 20, 2014 at 5:21 PM, Dennis Field <[email protected]> wrote:
> > When I initialize SQLite, I am instructing it to take a single heap for > memsys5 of 60 * 1024. > Have you tried using memsys3 instead of memsys5? Memsys3 can be more memory-efficient. You might also want to disable LOOKASIDE memory, and set you default pages size to 512 bytes. What does your schema look like? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

