Re: [sqlite] Minimum RAM requirements (Richard Hipp)

2012-01-22 Thread David Henry
Thanks for the tip which seems to do the trick. When using MEMSYS3 I was able to create a table with a primary key but inserting rows ran out of memory after 170 rows. Now, with MEMSYS5, I inserted 5000 rows, no problem. ___ sqlite-users mailing list sq

Re: [sqlite] Minimum RAM requirements

2012-01-18 Thread Richard Hipp
On Wed, Jan 18, 2012 at 2:25 AM, David Henry wrote: > 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 env

[sqlite] Minimum RAM requirements

2012-01-17 Thread David Henry
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 mal

[sqlite] Re: SQLite minimum RAM requirements?

2006-05-29 Thread Andreas Schwarz
[EMAIL PROTECTED] schrieb: > Andreas Schwarz <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I would like to use SQLite in an embedded device (MP3 player), but I >> didn't find any information on minimum RAM requirements. Can anyone give >> me a rough estimate of how much RAM I will need? 1k/10k/100k/1M? >

Re: [sqlite] SQLite minimum RAM requirements?

2006-05-28 Thread [EMAIL PROTECTED]
Hi, The product GoDB uses SqLite and works on a lot of PDA and phoes. And many of these pdas are also mp3 players Bill

Re: [sqlite] SQLite minimum RAM requirements?

2006-05-28 Thread drh
Andreas Schwarz <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to use SQLite in an embedded device (MP3 player), but I > didn't find any information on minimum RAM requirements. Can anyone give > me a rough estimate of how much RAM I will need? 1k/10k/100k/1M? > You can configure it in variou

[sqlite] SQLite minimum RAM requirements?

2006-05-28 Thread Andreas Schwarz
Hi, I would like to use SQLite in an embedded device (MP3 player), but I didn't find any information on minimum RAM requirements. Can anyone give me a rough estimate of how much RAM I will need? 1k/10k/100k/1M? Andreas