Just a small question:
Just a small question:
In the dynamic text, what is the ‘heap max’ ‘heap free’?
I understand technology, I’m sure I will know what that is, but in Spanish the name seem to be different, and it also seem to be a multi meaning word. So I can’t find the definition I’m looking for.
Just describe it (is it RAM? Services? … )
Thanks
]]>
< ![CDATA[
I thought it was RAM, but the value is not the same as Android says.
]]>
< ![CDATA[
This is more or less RAM… This is a bit complex, and more a debug tool than a valuable data. It indicates the memory available to the app, inside the virtual machine. The virtual machine is responsible for executing the “Java” code and has a memory limit (it depends on device and configuration, 64M, 128M, other). If the heap free reaches a low value, then it means that the app will likely crash soon.
It does not mean that the app uses 128M – “heap free”. A app may use memory elsewhere (native code, buffers, other processes), and actually it does…
]]>
< ![CDATA[
That was more or less the second thought. Now I know it. Thanks.
]]>