> On Aug 19, 2014, at 10:54 AM, Frederic Yesid Peña Sánchez > <[email protected]> wrote: > > As i told you, the same app on a iPad Mini Retina ran perfect and under 70M > memory consumption…
Same OS version? There's nothing Couchbase Lite would be doing differently on different hardware. (Except for 32-bit vs 64-bit code; is the Mini Retina a 64-bit CPU? But I'd think that 64-bit mode would use more memory, not less.) You may need to troubleshoot using Instruments to find out what that memory bloat consists of and who's allocating it. > Does "runAsync" respect "limit=1" ?? Yes, it returns the same results as running the query synchronously. —Jens -- 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/42137620-9EE6-48FC-BBBC-C0639F95241A%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
