Search:

Search all manuals
Search this manual
Manual
Moxi Server 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
3.3 Configuration
Chapter Sections
Chapters

3.3.1. Local configuration (moxi.cfg)

The moxi.cfg file allows you to configure the moxi process, including process performance characteristics like timeouts, resource limits, listening port number, etc. It is equivalent to what you can specify with moxi's -Z command-line parameter.

An example of moxi.cfg file:

usr=Administrator,
pwd=password,
port_listen=11211,
default_bucket_name=default,
downstream_max=1024,
downstream_conn_max=4,
downstream_conn_queue_timeout=200,
downstream_timeout=5000,
wait_queue_timeout=200,
connect_max_errors=5,
connect_retry_interval=30000,
connect_timeout=400,
auth_timeout=100,
cycle=200