Database maintenance and repair
Edition: 1.1 03/08/2007
315
Advanced database configuration
The following topics provide tips for configuring a database.
Working memory (max memory) used
You can define the working memory (max memory) used for Sybase ASE.
Limitation
You can set a max memory of up to 1.4 GB. If you use a higher value, Sybase may not function properly.
After you change the size of the working memory, you must always change the size of the default data
cache accordingly.
Settings
To change the working memory used (max memory), follow these steps.
1. Start ISQL in a command prompt (DOS box). Enter the following commands.
isql -U sa -P password
2. To change the working memory size, enter the following commands. The size of the working memory
used is specified in megabytes (500 Mbytes in this example).
1>sp_configure "max memory", 0, "500M"
2>go
3. You must also change the default data cache accordingly. Enter the following commands.
1>setup..set_default_data_cache
2>go
Summary of Contents for Customer Interaction Express 1.0
Page 3: ......
Page 4: ......
Page 22: ...22 User Manual CIE 1 0 System Administration...
Page 84: ...84 User Manual CIE 1 0 System Administration...
Page 131: ...Connecting to ACM Avaya Communication Manager Edition 1 1 03 08 2007 131...
Page 154: ...154 User Manual CIE 1 0 System Administration...
Page 174: ...174 User Manual CIE 1 0 System Administration...
Page 216: ...216 User Manual CIE 1 0 System Administration...
Page 226: ...226 User Manual CIE 1 0 System Administration...
Page 318: ...318 User Manual CIE 1 0 System Administration...
Page 322: ...322 User Manual CIE 1 0 System Administration...