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

]]>

3 Commentsto Just a small question:

  1. Anonymous says:

    < ![CDATA[

    I thought it was RAM, but the value is not the same as Android says.

    ]]>

  2. Anonymous 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…

    ]]>

  3. Anonymous says:

    < ![CDATA[

    That was more or less the second thought. Now I know it. Thanks.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *