Resolution: Description: ======== Getmemory usage shows the percentage of memory used against the total memory usage size. Since it is not calculated against the maximum heap size configured, the result is confusing. This is normal behavior and eventually the total memory usage will reach the maximum heap size value. It could be tested by using the attached test program (Filename: Test3.java).