Changes between Version 1 and Version 2 of MaximumObjectSize
- Timestamp:
- 11/17/08 13:31:34 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MaximumObjectSize
v1 v2 2 2 3 3 The default maximum object size is 1MB. If you want to increase this size, you have to re-compile memcached. You can modify the value of the POWER_BLOCK within the slabs.c file within the source. 4 5 == Python memcache == 6 {{{ 7 #!python 8 import memcache 9 memcache.SERVER_MAX_VALUE_LENGTH = 20971520 10 }}}
