Wednesday, March 4, 2009

eclipse.ini

Here is my eclipse.ini file :

-vm C:\Program Files\Java\jdk1.6.0_12\jre\bin
-vmargs
-Dsun.lang.ClassLoader.allowArraySyntax=true
-Xms40m
-Xmx512m

My development environment is Eclipse 3.4.1, Weblogic 10.3 ...

We were using OC4J but now we changed the Application Server to WebLogic and the JDK version 1.5 to 1.6. Some of my friends said that, If I use bea_rockit version of the JDK the memory leak occures. So I changed the virtual machine configuration to standart Sun JDK.

-Xms40m
-Xmx512m
-->
Sets the heap space 40MB initially and a maximum of 512MB. These values can differ depending on your development environment.

No comments: