JVM takes more memory in JDK1.6
843807May 10 2010 — edited May 12 2010Recently I have switched my project from j2sdk1.4.2_07 to jdk1.6.0_17. When I invoked a GUI application in jdk1.6.0_17, JVM takes more than double memory I mean in j2sdk1.4.2_07 it was taking 36M and in jdk1.6.0_17 it took 80M.
Could you please tell me how to solve this JVM memory issue in jdk1.6.0_17