On Sep 9, 2010, at 10:04 PM, Max Vlasov wrote:

> On Thu, Sep 9, 2010 at 11:37 AM, Dan Kennedy <danielk1...@gmail.com>  
> wrote:
>
>>
>> On Sep 9, 2010, at 1:12 PM, Michele Pradella wrote:
>>
>>> Hi, do you have some news about the wasted memory? have you found  
>>> the
>>> reason for the windows backend?
>>
>> Fixed here:
>>
>>  http://www.sqlite.org/src/ci/f213e133f6
>>
>>
>
> Dan, don't know whether it is related, but I detected memory leak in  
> 3.7.2
> related to handle count increasing.

I think there will be one open handle for each 32KB of
shared-memory space in use. Or put another way, one open
handle for every 4000 pages in the WAL file. They should
all be closed when all connections to the database within
the process are closed.


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

Reply via email to