Changing a Memory Option for an SAP Control Center Windows Service

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

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.

  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_3\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.
Related tasks
Changing a Memory Option on the Command Line
Changing a Memory Option for an SCC UNIX Service
Starting and Stopping SAP Control Center in Windows