MobiLink Synchronization Reference
MobiLink Synchronization Server Options
MobiLink synchronization server
dbmlsrv9 options
Sets the blob cache size.
dbmlsrv9 -c "connection-string" -bc size [ k | m | g ] ...
The amount of memory to use for caching blobs. If more memory is required, the MobiLink synchronization server uses disk space, instead. For this reason, too small a value can degrade performance. To calculate the minimum recommended size, multiply the maximum size of all blob data in any one row by the number of worker threads, then multiply the result by 4, which provides for a large reserve of memory.
The size is the amount of memory to reserve in bytes. Use the suffix k, m, or g to specify units of kilobytes, megabytes, or gigabytes, respectively. The default is 524 288 bytes.