#29403: TooBig error in memcached
-------------------------------------+-------------------------------------
     Reporter:  SKisContent          |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Core (Cache system)  |                  Version:  1.11
     Severity:  Normal               |               Resolution:
     Keywords:  memcached, TooBig    |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by SKisContent):

 To clarify, I'm using **PyLibMCCache**:

 {{{
 CACHES = {
     'default': {
         'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
         'LOCATION': '127.0.0.1:11211',
         'TIMEOUT': 1000,
         'BINARY': True,
         'OPTIONS': {
             'tcp_nodelay': True,
             'remove_failed': 4
         }
     }
 }

 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29403#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.8d9139c7131245a27e02413d738a108a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to