Hello,
I am having an issue with the developers getting the following error:
MyEclipse has detected that less than 5% of the 472MB of Tenured Gen(Heap Memory) space memory…They are getting this error often.
Some info:
The recommended memory settings are already in the myeclipse.ini file.
1st setting in myeclipse.ini:
D:/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
The following settings are in the JBOSS JDK and in the run.conf.bat.
2nd setting in JBOSS JDK settings in MyEclipse
-Xms2048m -Xmx2048m -XX:MaxNewSize=512m -XX:NewSize=512m
-XX:SurvivorRatio=6 -XX:MaxPermSize=512m
3rd setting in run.conf.bat in the JBOSS/bin folder
JAVA_OPTS=-Xms2g -Xmx2g -XX:MaxNewSize=512m -XX:NewSize=512m -XX:SurvivorRatio=6 -XX:MaxPermSize=1024m
So my questions:
We actually use JDk 6u17 should I replace the jvm with the one on the jdk folder?
Any idea where I would actually set the JAVA settings? JBOSS JDK or run.conf.bat?
Thanks for you help