Show TOC

Changing a Memory Option for a SAP Control Center Windows ServiceLocate this document in the navigation structure

Add a jvmopt command to the scc.properties file to change a memory option (-Xmx or -XX:MaxPermSize) for a SAP Control Center Windows service.

Context

When you use this method to set memory options, your changes are permanent—SAP Control Center uses them every time it starts as a service.

Procedure

  1. If SAP Control Center is running, shut it down.
  2. Open the SAP Control Center properties file:
    <SAP Control Center-install-directory>\SCC-3_2\bin\scc.properties
  3. Add (or modify, if it already exists) a jvmopt line specifying the memory size in Java format. Use m for megabytes or g for gigabytes.
    For example:
    jvmopt=-Xmx512m
  4. Save the file and start the SAP Control Center Windows service.