Re: [sqlite] SQL lite memory problem

2009-06-04 Thread D. Richard Hipp
On Jun 4, 2009, at 2:57 PM, Mohey Eldin Hamdy wrote: > According to http://www.sqlite.org/cvstrac/wiki?p=SizeOfSqlite > > with no optimization the maximum size should be 513 KB. > > The problem is that in three different cases on three different Linux > distributions, which are Fedora 7.0, Debia

Re: [sqlite] SQL lite memory problem

2009-06-04 Thread Mihai Limbasan
Most likely you compiled the sources with debugging symbols turned on. Are the resulting binaries still too big after you've run strip on them? On 06/04/2009 09:57 PM, Mohey Eldin Hamdy wrote: > According to http://www.sqlite.org/cvstrac/wiki?p=SizeOfSqlite > >with no optimization the maximum

[sqlite] SQL lite memory problem

2009-06-04 Thread Mohey Eldin Hamdy
According to http://www.sqlite.org/cvstrac/wiki?p=SizeOfSqlite with no optimization the maximum size should be 513 KB. The problem is that in three different cases on three different Linux distributions, which are Fedora 7.0, Debian and ubuntu the size is usually 1.3 MB. Does any body know why