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? -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/104414c9-8163-4b32-8432-60ef501bfafe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
