To change a memory setting for an SAP Control Center UNIX service, add the appropriate environment variable
(SCC_MEM_MAX or SCC_MEM_PERM) to the sccd script.
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.
- If SAP Control Center is running, shut it down.
- Open the sccd file: /etc/init.d/sccd
- Add the environment variable at the top of the file (after the comments). Specify a size in megabytes but do not indicate the units in the command.
For example:
SCC_MEM_MAX=512
- Save the file and start the SAP Control Center UNIX
service.