What is the limitation of value size when using moxi?

The limit of value size is 20m for couchbase bucket, the limit of value size of memcached is 1m.
So what is the limit of value size when using moxi? Thanks.

Hi there,

The maximum document size you can store through Moxi, is similar to our Couchbase Bucket policy and is 20mb.

I hope this helps.

Robin J.

In memcached 1.4.2 and higher, you can configure the maximum supported object size by using the -I command-line option. For example, to increase the maximum object size to 5MB:

$ memcached -I 5m