I am using jboss 6.0, eclipse indigo
I changed JBOSS_Home/bin/run.conf.bat
but in console while server is starting it says
VM Arguments: bla bla -XX:MaxPermSize=256m bla bla
but in run.conf.bat it is -XX:MaxPermSize=512 m
where can i change vm arguments, in jdk installation directory?
thanks
SOLVED
in eclipse double click on server, options editor comes, change vm arguments.
this arguments overrides run.conf.bat
The problem is, that the eclipse virtual machine doesn’t take memory limits from the ini file. It is very strange, but it is so. look for the solution here
Edit. After some experiments I’ve found, that it takes memory limits from the ini file. But does it only once, at the creation of a new workspace. Parameters from -vmarg in eclipse.ini create the default VM parameters line.