getting java.lang.outOfMemory Java Heap Space when loading Applets

We moved our environment to linux(Weblogic) from solaris, from then onwards we were not able to get the applet loaded,JRE version 1.5.0._07, Can anyone give a solution to avoid this problemMessage was edited by: qrious_about_java
[250 byte] By [qrious_about_javaa] at [2007-11-26 17:44:47]
# 1

Without more information, all I can suggest is going back to solaris :-).

Increasing the heap size with -Xmx is the obvious thing to do, but that may just postpone the problem for a while.

Try running your app again with the options '-XX:+PrintGCDetails -XX:+PrintGCTimeStamps' and save the output. If it's not too large, post it here. Or you can email it to "hotspotgc-feedback at sun dot com". Either way be sure to include the output from java -version and all the command line arguments you are passing to java.

jxca at 2007-7-9 0:12:57 > top of Java-index,Java HotSpot Virtual Machine,Specifications...