Configuring sametime.ini file settings for the Sametime Community Server

Update the sametime.ini file for the IBM Sametime® Community Server as part of the post-installation configuration process.

Procedure

  1. Open a text editor on the Sametime Community Server.
  2. Open the sametime.ini file for editing.
  3. In the [Debug] section, disable logging and directory browsing by entering the following settings:
    VPDIR_IGNORE_BROWSE=1
    UCM_DEBUG=0
    UCM_GC=0
    UCM_KERNEL=0
    UCM_MESSAGES=0
    UCM_NOTIFY=0
    UCM_SELECT=0
    UCM_SPAWN=0
    
  4. In the [stpresencesubmgr] section, enter the following settings:
    JVM_CLASS_PATH=drive:\directory_name\Domino\STCore.jar;C:\Lotus\Domino\BLFrontEndSubscriptionSA.jar
    JVM_ARGS=-Xgcpolicy:gencon -Xmx1792m -Xcompactgc
    JAVA_APPLICATION_MAIN_CLASS=com/ibm/sametime/buddylist/feSmSa/FrontEndSubscriptionSA
    
  5. In the [stinfouser] section, enter the following settings:
    JVM_CLASS_PATH=drive:\directory_name\Domino\STCore.jar;C:\Lotus\Domino\UserInfo.jar;C:\Lotus\Domino\jvm\lib\ext\Notes.jar;C:\Lotus\Domino\jvm\lib\ext\jsdk.jar;C:\Lotus\Domino\xsp\shared\lib\servlet-api.jar
    JVM_ARGS=-Xgcpolicy:gencon -Xmx256m -Xcompactgc
    JAVA_APPLICATION_MAIN_CLASS=com/ibm/sametime/userinfo/sa/STUserInfoSA
    JAVA_APPLICATION_ARGS=C:\Lotus\Domino
    
  6. In the [Directory] section, increase the LDAP resolve capacity by entering the following settings:
    ST_DB_LDAP_ALLOW_SEARCH_ON_DN=1
    DirectoryType=LDAP
    ST_DB_LDAP_CONNECTIONS_NUMBER=8
    ST_DB_LDAP_PENDING_MAX=120
    ST_DB_LDAP_PENDING_LOW=90
    ST_DB_LDAP_PENDING_BIND_MAX=1
    ST_DB_LDAP_PENDING_BIND_LOW=0
    ST_DB_LDAP_KEEPALIVE_INTERVAL=1
    ST_DB_LDAP_RESPRAY_INTERVAL=60
    ST_DB_LDAP_MAX_RESULTS=100
    ST_DB_LDAP_MIN_WILDCARD=3
    ST_GROUPS_MAX_MEMBERS=0
    
  7. Save and close the file.
  8. Restart the Sametime Community Server to allow the changes to take effect.