On Mon, Sep 26, 2011 at 8:48 PM, Korey Calmettes <kcalmet...@icontime.com>wrote:

> sqlite> .tables
> (5386) os_unix.c:28414: (22) mmap(/data/test.db-shm) -
>

This is just a shot in the dark, but...

can you try "ulimit -v" from the command line? If it does _not_ say
"unlimited", is your db (or the amount of data being queried at one time)
anywhere close to the size it gives out? From my (very limited)
understanding of mmap(), it uses(?) the same address range as malloc() would
[have if mmap() hadn't stolen it].

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to