This content has been marked as final.
Show 2 replies
-
1. Re: java.lang.OutOfMemory: java heap space.
sabrashevich Aug 16, 2007 7:15 AM (in response to jgreiner)Try this:
Go to "JBoss Server" view (Window -> Show view -> Other -> Server -> JBoss Server View), double click your JBoss installation, click "Open launch configuration", open "Start Args" tab. Add arguments (e.g. "-Xms256m -Xmx512m") to VM arguments. That should work. Note that this configuration is applied only for the case of launching JBoss from RHDS environment. -
2. Re: java.lang.OutOfMemory: java heap space.
jgreiner Aug 16, 2007 8:49 AM (in response to jgreiner)That is exactly what I was looking for....Could not find those settings.
MANY THANKS
Jason