Before you start Sybase Control Center from the command line, you can issue a command to change the value of a memory option temporarily.
Changes made using this method last only as long as the current login session. This method is useful for testing new option values.
- If Sybase Control Center is running, shut it down.
- Set the environment variable using a command appropriate for your operating system. Specify a size in megabytes but do not indicate the units in the command.
Windows example:
> set SCC_MEM_MAX=512
UNIX example:
bash$ export SCC_MEM_MAX=512
- Use the scc command to start Sybase Control Center.