Difference between Dsun.rmi.dgc.client.gcInterval and Dsun.rmi.dgc.server.gcInterval

Posted on

Can anyone please tell me what are the functions of these 2 parameters (specified in standalone_server1.conf) and how they are different from each other?

JAVA_OPTS="$JAVA_OPTS -Dsun.rmi.dgc.client.gcInterval=3600000"
JAVA_OPTS="$JAVA_OPTS -Dsun.rmi.dgc.server.gcInterval=3600000"

Responses