Hi;
We are having 2 Alfresco servers which are running in cluster. One of the Alfresco server is getting shutdown frequently. Sometimes there is some log while getting shutdown but most of the times there is no log trace.
The last log message which was been printed on shutdown was:
Heap
par new generation total 943744K, used 398911K [0x0000000680000000, 0x00000006c0000000, 0x00000006c0000000)
eden space 838912K, 35% used [0x0000000680000000, 0x0000000691f2fd48, 0x00000006b3340000)
from space 104832K, 100% used [0x00000006b3340000, 0x00000006b99a0000, 0x00000006b99a0000)
to space 104832K, 0% used [0x00000006b99a0000, 0x00000006b99a0000, 0x00000006c0000000)
concurrent mark-sweep generation total 4194304K, used 1244832K [0x00000006c0000000, 0x00000007c0000000, 0x00000007c0000000)
concurrent-mark-sweep perm gen total 240952K, used 144550K [0x00000007c0000000, 0x00000007ceb4e000, 0x0000000800000000)
The Java arguments we are using to start the tomat service:
export JAVA_OPTS='-server -Xcomp -Xbatch -Xss1M -Xms5G -Xmx5G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:NewSize=1G -XX:MaxPermSize=1024M -XX:CMSInitiatingOccupancyFraction=80 -Djava.rmi.server.hostname=192.168.129.122 -verbose:gc -XX:+PrintGCTimeStamps -Xloggc:/opt/Alfresco/GC.log -XX:+PrintGCDetails -XX:+UseCodeCacheFlushing -XX:+CMSClassUnloadingEnabled'
Appreciate your valuable help.