internal moxi
How can I change the internal moxi server setting with couchbase 1.8?
I see that couch starts up a moxi process like so:
/opt/couchbase/bin/moxi -Z port_listen=11211,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30
But I want to change downstream_max=1024 (concurrency) as well as downstream_conn_max=4.
I need something more like:
downstream_max=4096
downstream_conn_max=32
I do not see a config file for this anywhere, or even instructions on how to do it.
Well I never got an answer and never found out how to do this.
We had to give up on couchbase and remove it from our environment.
I tried to comment on this earlier but I was marked as spam.
I hate to bump this old thread but I'm afraid I really need an answer for this as well. We've been troubleshooting a bug in our application for awhile and we think it might have something to do with the downstream_conn_max and downstream_max settings of moxi. Unfortunately I can not find a way to change these settings, as they appear to be imbedded into the couchbase in some undocumented manner.
There is also no feature for logging, and the output from "stats proxy" is not documented very well and very hard to decipher.
I would like to bump this. Is there an answer? I'd rather not give up on this as others are suggesting.
Sorry to bring up a semi-old post but I too would like to know this one. We have over 100 servers connecting to our couchbase clusters and these settings are just not allowing couchbase/moxi to fulfill all the requests.