I asked this question on the sql_dev list which Richard Hipp told me that
this list was the proper place.

 

I asked whether it is possible to execute SQLite in 80K of RAM. Well, I can
now tell you that you can, just about.

My environment has no malloc so I used the MEMSYS5 method of internal
malloc, but any SQL query failed with "Out Of Memory". When I changed to
MEMSYS3, I was able to create a table, insert rows and do select.

How much more I can do needs to be seen.

 

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

Reply via email to