I've been porting 3.5.6 to my company's embedded
platform.  I've implemented a custom VFS, and a
custom Mutex subsystem, and these seem to work
just fine.

I tried to implement a custom Memory subsystem,
but I see that as of 3.5.2 the compilation option
SQLITE_OMIT_MEMORY_ALLOCATION is no longer supported.

Instead, it is recommended that I use the compilation
option SQLITE_MEMORY_SIZE=nnn, which will cause SQLite
to allocate memory from a static block of storage that
is nnn bytes in size.

My question is:  What is a reasonable value for nnn?

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

Reply via email to