I have used the method (Runtime.getRuntime().freeMemory();) in Nokia 6600 to check total RAM space, it shows 703KB.
Then when my Mobile Game is running on, i have used the same method to print continuously whatz the free memory space available, at that time it shows 211 KB and then starts decreasing on up to 0KB, Then again it starts from 211 KB and decreases 1 by 1 to 0KB.
I have checked with some other application also, for any type of application, its showing the same value (Total RAM - 703KB, At runtime - 211 KB to 0KB)
1. I want to know how much is the memory need for my game, how can i check it?
2. And why the method (Runtime.getRuntime().freeMemory();) shows the decrementing up to 0, and starts form 211 and to 0 again.
Anyone kindly help please...






