Hi Kiran,
thanks for providing the data,
however parts of it doen't make sense:
<DPS HPBSM>\bin\mercuryAS_vm_params.ini
-Xms718m -Xmx718m -XX:PermSize=200m -XX:MaxPermSize=200m
so the JVM should run with a maximum JVM heap setting of 817 MB, but it shows 2 GB instead
HEAP - [USAGE: 500.5, FREE: 1496.2, TOTAL: 1996.8, MAX: 1996.8];
-> 2 GB
PERM - [USAGE: 658.7, FREE: 1389.2, MAX: 2048.0]
-> 2 GB
On my box:
-Xms1178m -Xmx1178m -XX:PermSize=530m -XX:MaxPermSize=530m
HEAP - [USAGE: 484.2, FREE: 664.2, TOTAL: 1148.5, MAX: 1148.5]
-> roughly 1178 MB
PERM - [USAGE: 248.3, FREE: 281.6, MAX: 530.0]
so it seems the .ini file doesn't match the settings currently used by the JVM.
But anyway, can you please let me know what exactly you mean with "Jboss Non Heap Memory" and how you measure it?
Greetings
Siggi