Re: [sqlite] How to how many memory is used by sqlite

2009-06-18 Thread pierr
pierr wrote: > > > pierr wrote: >> >> >> D. Richard Hipp wrote: >>> >>> >>> On Jun 15, 2009, at 9:04 AM, pierr wrote: >>> Hi all, I am using an memory type sqlite database in our embedded application. After the applicate run a while ,the system will run ou

Re: [sqlite] How to how many memory is used by sqlite

2009-06-17 Thread pierr
pierr wrote: > > > D. Richard Hipp wrote: >> >> >> On Jun 15, 2009, at 9:04 AM, pierr wrote: >> >>> >>> Hi all, >>> I am using an memory type sqlite database in our embedded >>> application. After the applicate run a while ,the system will run >>> ourt of >>> out of memory. So, is th

Re: [sqlite] How to how many memory is used by sqlite

2009-06-17 Thread pierr
D. Richard Hipp wrote: > > > On Jun 15, 2009, at 9:04 AM, pierr wrote: > >> >> Hi all, >> I am using an memory type sqlite database in our embedded >> application. After the applicate run a while ,the system will run >> ourt of >> out of memory. So, is there a way to know how many memo

Re: [sqlite] How to how many memory is used by sqlite

2009-06-15 Thread D. Richard Hipp
On Jun 15, 2009, at 9:04 AM, pierr wrote: > > Hi all, > I am using an memory type sqlite database in our embedded > application. After the applicate run a while ,the system will run > ourt of > out of memory. So, is there a way to know how many memory is used by > sqlite? > That would i

Re: [sqlite] How to how many memory is used by sqlite

2009-06-15 Thread Simon Slavin
On 15 Jun 2009, at 2:04pm, pierr wrote: > I am using an memory type sqlite database in our embedded > application. After the applicate run a while ,the system will run > ourt of > out of memory. Does the memory usage grow slowly all the time, or does it get bigger very suddenly ? Tes

[sqlite] How to how many memory is used by sqlite

2009-06-15 Thread pierr
Hi all, I am using an memory type sqlite database in our embedded application. After the applicate run a while ,the system will run ourt of out of memory. So, is there a way to know how many memory is used by sqlite? That would include the memory for page cache , any other other internal me