1. mattymatt21's Avatar
    Why does application memory fluxuate so much? mine is constantly going from 30-50.
    12-18-08 05:07 PM
  2. bigman2's Avatar
    Most likely it's a result of the JVM's garbage collector kicking in reclaiming space not being used anymore.
    12-18-08 05:10 PM
  3. Rooster's Avatar
    open apps result is this as well more so, I think, than anything else.
    12-18-08 05:46 PM
  4. credo's Avatar
    What is the device memory for? There is a huge amount. Hardly any application memory.
    12-18-08 07:32 PM
  5. brilin8's Avatar
    It is a result of the java memory model. Any unused memory, or "garbage" gets cleaned up, but the cleanup happens once in a while.
    12-18-08 08:25 PM
LINK TO POST COPIED TO CLIPBOARD