Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server Administration » MobiLink Server Options

-c option Next Page

-cm option


Sets the maximum size for the server memory cache.

Syntax

mlsrv10 -c "connection-string" -cm size[ k | m | g ] ...

Remarks

The maximum amount of memory the server will use for holding table data, network buffers, cached download data, and other structures used for synchronization. When the server has more data than can be held in this memory pool, the data is stored on disk.

The size is the amount of memory to reserve in bytes. Use k, m, or g to specify units of kilobytes, megabytes, or gigabytes, respectively. The default is 50M.