Hello!
I have a problem with an "Nokia C5":
I got out-of-memory-exceptions after 2 hours running an application that works fine non-stop for days with "Nokia 6110 Navigator", "SE W760i".
I tried "Runtime.getRuntime().freeMemory()" and "Runtime.getRuntime().totalMemory()" to find out where the leak is.
But I get senseless value:
-free memory start with x bytes, total memory start with y bytes
-the amount of free memory goes down
-free memory makes a jump to a higher value than x (total memory makes also a jump to a higher value than y)
-the amount of free memory goes down
and so on...
The peaks of total memory and free memory becomes higher and higher.
With this values I'am unable to find out were the leak is.
Who can help?
Best regards

Reply With Quote



