I have installed the deployable version of JBoss BRMS 6.4. My linux virtual machine has 09 Gb of Memory. To control the JVM memory, I adapt standalone-secure.conf file by modifying the JAVA_OPTS line:
JAVA_OPTS="-Xms6G -Xmx6G -XX:MaxPermSize=3g -Djava.net.preferIPv4Stack=true"
I restart BRMS service, but while executing BRMS rules, top command shows java is still consuming more than 6 Gigabit of Memory.
How can I solve the issue, or what is the best way for controling Java Memory in JBoss EAP ?
Thank you for your help community