07-24-2008 11:58 PM
What is the heap size of the JVM for various BlackBerry models?
Thanks,
Jon
07-28-2008 10:58 AM
The amount of memory for each device varies. For the last few years the devices have had 16mb of ram and 64mb of flash but they are increasing that on some of the newest phones. I am not sure how that number directly relates to heap size. Here are some articles on Garbage Collection and Low Memory Manage that might help based on what you are doing with this. You can also use the net.rim.device.api.system.MemoryStats object to get details of how much memory is currently being used and is available.
07-28-2008 11:30 AM
Thanks for the reply.
Does anyone know the amount of RAM (not flash) on the Bold?
Is it also 16MB?
Jon
03-26-2009 08:58 PM
Hi kzettel
I've called getFree() in simulator but it return 0. I don't know why. Please help me
Thanks
-Duong
04-01-2009 03:23 PM