When I start Jboss on My Eclipse, server is started with following vm arguments
INFO [ServerInfo] VM arguments: -Djboss.home=C:\JBoss -Djava.library.path=C:\Program Files (x86)\Java\jdk1.6.0_30\bin -Djava.endorsed.dirs=C:\JBoss\lib\endorsed -Xms128m -Xmx512m -XX:MaxPermSize=256m
When I insert a big persistence object, I am getting out of memory exceptions. Jboss should be started -Xms512M -Xmx1024M .I have checked myeclipse ini file, I have change run.bat, run.conf.bat. I could not find where Myeclipse is reading this value.
Can you please show me the way to change jboss vm setting in MyEclipse 2014?
This is the topic created in stack overflow
http://stackoverflow.com/questions/24824127/how-can-i-increase-the-xxmaxpermgen-jvm-settings-in-jboss-under-myeclipse