Here is the scenario:
1. I read some documents (view-query) from a CouchBase Lite database and add that to self.someCouchDocs.
2. I use self.someCouchDocs at some point.
3. When I don't need it any more, I want to get rid of it and release the memory used by that.
4. I set self.someCouchDocs to nil. But, the memory does not seem to be released.
Is there anyway to release those object from memory?