Nginx Memcached 20000 bytes limit

Hi
i encountered the following issue with nginx 1.0.0-1 from dotdeb on
debian squeeze linked to memcache servers :
Datas stored in memcache and greater then 20000 bytes are corrupted when
retrieved by nginx with memcached_pass module.

Is there any solution to override this limit ? Upgrade to a newer nginx
version fixing it ?

Thxs a lot for your answers.

Regards

Posted at Nginx Forum:

Hello!

On Wed, Aug 03, 2011 at 10:22:20AM -0400, jurax wrote:

Hi
i encountered the following issue with nginx 1.0.0-1 from dotdeb on
debian squeeze linked to memcache servers :
Datas stored in memcache and greater then 20000 bytes are corrupted when
retrieved by nginx with memcached_pass module.

Is there any solution to override this limit ? Upgrade to a newer nginx
version fixing it ?

Thxs a lot for your answers.

Check your memcached client compression threshold.

Maxim D.