Re: [sqlite] Used Memory problem

2003-12-17 Thread D. Richard Hipp
Eric JESOVER wrote: How can I limit the amount of ram sqlite use? I have a 4 MB database after some select insert the amount of ram using by the process is 100 MB. I want to limit this size to something like 6 or 8 MB. There is a flag somewhere? I understand this will cause some performance issue b

RE: [sqlite] Used Memory problem

2003-12-17 Thread Eric JESOVER
44 To: Eric JESOVER Subject: Re: [sqlite] Used Memory problem Eric JESOVER wrote: >How can I limit the amount of ram sqlite use? >I have a 4 MB database after some select insert the amount of ram using >by the process is 100 MB. > > 100 MB ! I suspect a problem with your cod

[sqlite] Used Memory problem

2003-12-16 Thread Eric JESOVER
How can I limit the amount of ram sqlite use? I have a 4 MB database after some select insert the amount of ram using by the process is 100 MB. I want to limit this size to something like 6 or 8 MB. There is a flag somewhere? I understand this will cause some performance issue but this not a proble