Closed GoogleCodeExporter closed 8 years ago
Forgot to also mention: In our custom Transcoder implementation, we have
getMaxSize() to be Integer.MAX_VALUE. Also, when creating CachedData objects,
we're passing Integer.MAX_VALUE.
We've also tried using your static instance field; CachedData.Max_Size ...
Neither case works.
Thanks,
Alex
Original comment by alexdoan...@gmail.com
on 20 Jan 2012 at 2:42
I believe the issue is with how memcached allocates memory. There are slab
classes, and when you exhaust one, something in it will be evicted though other
slab classes may not be full.
You may need to do some slab tuning.
Original comment by ingen...@gmail.com
on 20 Jan 2012 at 2:48
Original issue reported on code.google.com by
alexdoan...@gmail.com
on 20 Jan 2012 at 2:37