>1M data writes incompatible with memcached
robertDouglass - April 16, 2009 - 16:31
| Project: | Memcache API and Integration |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
memcached supports data values up to 1M but not larger. Views, for example, regularly tries to cache values larger than 1M and this breaks. Size detection should be implemented so that we never try to write something to memcached is too large.
