Setting JVM verbose garbage collection in the Sametime Connect Client

Set verbose garbage collection logging in the IBM® Sametime® Connect Client.

Procedure

  1. Open the jvm.properties file at the following location:

    sametime_install_directory\rcp\eclipse\plugins\com.ibm.rcp.j2se* directory

  2. Edit the jvm.properties file by adding the following lines to the file:
    vmarg.verbosegc=-verbose:gc
    vmarg.Xverbosegclog=-Xverbosegclog:c:\\directory_name\\gc.log
    Where directory_name is the name of directory used to store logging information on the file system.