<div class="gmail_quote">On Tue, Jun 15, 2010 at 10:57 AM, Miguel Morales <span dir="ltr">&lt;<a href="mailto:therevoltingx@gmail.com">therevoltingx@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Well, the only method that the Android docs provide is to call<br>
System.gc() which make the JVM schedule a GC run.<br>
This wouldn&#39;t help in the inner loop, but it&#39;s what I do right after I<br>
connect and setup the queues.<br>
<br></blockquote><div><br>Well If I may chime in with one data point which might or might not be relevant for this problem. Android does not have JVM, and it executes Java programs on different kind of engine called Dalvik which does not run JVM instructions but its own instruction set. So all tricks that work on JVM will not necessary work on Dalvik.<br>
<br>rush<br><a href="http://www.cloud208.com/">http://www.cloud208.com/</a><br><br><br></div></div>