<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You get that when you're *reading* an object? You should only get that
on a set/add/replace. Are you sure? Can you provide a reproducible test
case that returns that error on a "get"?<br>
<br>
The maximum size is 1 megabyte. It can be increased; I believe there
was a patch (against the old 1.1.12 version) to do it. The trick is
that memcached's memory manager allocates memory in 1MB chunks, so
increasing the maximum is not just a matter of changing a "maximum
object size" setting somewhere. But it is certainly doable.<br>
<br>
-Steve<br>
<br>
<br>
Luc Levesque wrote:
<blockquote cite="midBAY121-W17232F9D6F018BD780367EDAFA0@phx.gbl"
 type="cite">
  <style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
  </style>I get "SERVER_ERROR object too large for cache" when reading
a large value from memcached.<br>
&nbsp;<br>
My questions is, what's the max size and can this be increased somehow?<br>
&nbsp;<br>
Thanks<br>
</blockquote>
<br>
</body>
</html>