Question : Jboss Allocated Memory

How to allocate JBoss MEMORY and how to verify the amount of memory available for JBoss? under linux (openSuSE).

Thanks

Answer : Jboss Allocated Memory

You should set JAVA_OPTS environment variable, like

export JAVA_OPTS="-Xms128m -Xmx1024m"

will set the max memory to 1024MB
Random Solutions  
 
programming4us programming4us