ASA Database Administration Guide
The Database Server
The database server
Database server options
Sets a maximum cache size, as a limit to automatic cache growth.
{ dbsrv9 | dbeng9 } -ch {
integer |
integerG |
integerK |
integerM |
integerP } ...
Windows NT/2000/XP, Windows 95/98/Me, and UNIX
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.
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"