K
Krist
Hi all,
In our apps server, we are running 4 JVMs with the following
settings :
JVM_1 : -ms3072M -mx3072M -XX:MaxPermSize=1024M
JVM_2 : -ms3072M -mx3072M -XX:MaxPermSize=1024M
JVM_3 : -ms1024M -mx1536M -XX:MaxPermSize=1024M
JVM_4 : -ms128M -mx128M -XX:MaxPermSize=128M
We are running on 12 GB memory and 2 CPU Xeon dualcore and Redhat 4.
During peak load, when I type free -m command from Linux , the output
is :
Mem total : 12010 used : 11988 free : 21
Swap total : 4096 used : 0 free : 4096
( no matter how long, the swap is never used by the system )
Based on this , am I running short of memory ?
Thank you,
xtanto
In our apps server, we are running 4 JVMs with the following
settings :
JVM_1 : -ms3072M -mx3072M -XX:MaxPermSize=1024M
JVM_2 : -ms3072M -mx3072M -XX:MaxPermSize=1024M
JVM_3 : -ms1024M -mx1536M -XX:MaxPermSize=1024M
JVM_4 : -ms128M -mx128M -XX:MaxPermSize=128M
We are running on 12 GB memory and 2 CPU Xeon dualcore and Redhat 4.
During peak load, when I type free -m command from Linux , the output
is :
Mem total : 12010 used : 11988 free : 21
Swap total : 4096 used : 0 free : 4096
( no matter how long, the swap is never used by the system )
Based on this , am I running short of memory ?
Thank you,
xtanto