Hello,

                I'm in the process of tuning my allocators such that the
fixed buffers will be enough to prevent any overflow from occuring.
I've been using the memory statistics to tweak the page cache, and
scratch buffers accordingly but found that there are no such mechanisms
for tweaking the lookaside memory allocator.  How can I determine what
the largest allocation is on the Lookaside allocator as well as whether
or not an overflow occurred either due to the allocation being to large
or not enough space is available.

 

-Shaun

 

 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to