Contents Index -c server option -ch server option

ASA Database Administration Guide
  The Database Server
    The database server
      Database server options

-ca server option

Function 

Enforces a static cache size. The zero argument is required.

Syntax 

dbsrv9 | dbeng9 } -ca 0 ...

Applies to 

Windows NT/2000/XP, Windows 95/98/Me, UNIX

Description 

You can disable automatic cache increase due to high server load by specifying -ca 0 on the command line. If you do not set -ca 0, the database server automatically takes additional cache as needed. The cache size still increases if the database server would otherwise run into the error Fatal Error: dynamic memory exhausted, or if the Java VM requires memory that would lead to a fatal error.

This server option should be used only in the form -ca 0. If -ca is omitted, automatic cache growth is enabled.

Example 

The following example starts a server named myserver that has a static cache that is 40% of the available physical memory and loads the sample database:

dbsrv9 -c 40P -ca 0 -n myserver "C:\Program Files\Sybase\SQL Anywhere 9\asademo.db"
See also 

-c server option

-ch server option


Contents Index -c server option -ch server option