Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 443 Bytes

File metadata and controls

11 lines (6 loc) · 443 Bytes

couchbase-lite-replication-memory

CBL 1.4 and 1.3.1, replication of 200k docs : linear consumption of memory

Sample project to see the memory consumption during a CBL replication of 200k.

I add a final long cap = 20000; that cancel and redo a new replication each cap document replicated : the memory is released.

chart

But it could be nice to don't do this kind of trick that cause many error logs.