On 4/3/19, Jonathan Brandmeyer <jbrandme...@planetiq.com> wrote:
> What is the upper bound for stack consumption under the
> SQLITE_USE_ALLOCA compile-time option?  I see that there are a number
> of configurable size limits available as compile-time and/or run-time
> options.  Which ones affect the maximum alloca?
>

I think the maximum alloca() allocation will be 7x the page size for
the database file.  So a little less than 0.5 MB assuming a maximum
page size of 64K.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to