这是一个创建于 4193 天前的主题,其中的信息可能已经有所发展或是发生改变。
"/base/python_runtime/python_lib/versions/1/google/appengine/api/memcache/_
_init__.py", line 200, in _validate_encode_value
'received %d bytes' % (MAX_VALUE_SIZE, len(stored_value)))
ValueError: Values may not be more than 1000000 bytes in length; received
3080984 bytes
像这种,除了删文章,还有其它的解决方案不?
因为这个MEMCACHE是安装在GAE上面的,我们有办法修改MAX_VALUE_SIZE的值不?
还有个不科学的解决方案,我直接修改代码,不启用MEMCACHE?
4 条回复 2014-06-04 22:38:17 +08:00  | | 1 google456 2014-06-04 12:04:13 +08:00 MICLOG 用户 但是不懂技术 帮顶 |
 | | 2 xuming 2014-06-04 12:22:48 +08:00 GAE限制Memcache最大1m,这个是没法修改的,不启用Memcache当然可以,不过估计配额很容易超标。
MICLOG?? |
 | | 3 manoon 2014-06-04 12:36:55 +08:00 |