Contents Index -ca server option -cl server option

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

-ch server option

Function 

Sets a maximum cache size, as a limit to automatic cache growth.

Syntax 

dbsrv9 | dbeng9 } -ch {
        integer |
        integerG |
        integerK |
        integerM |
        integerP } ...

Applies to 

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

Description 

This option limits the cache that the database server can take during automatic cache growth. By default the upper limit is approximately the lower of 256 Mb and 90% of the physical memory of the machine.

For the meaning and usage of the cache size arguments and the G, K, M, and P characters, see -c server option.

Example 

The following example starts a server named silver that has a maximum cache size of 2 Mb and loads the sample database:

dbeng9 -ch 2M -n silver "C:\Program Files\Sybase\SQL Anywhere 9\asademo.db"
See also 

-c server option

-ca server option

-cl server option


Contents Index -ca server option -cl server option