You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a fixed limit for the maximum data size in the CacheData.class from transcoders :
However, it's possible to increase the limit size authorized by memcache by passing a "-I" option or by overriding a property (max_item_size) since 1.4.2 version.
I found it possible to edit the max size when using the SerializingTrancoder by setting the transcoder this way :
However, I didn't find a way to do so with a StringTranscoder.
The text was updated successfully, but these errors were encountered:
Released 2.4.7, and it added a system property xmemcached.cached.data.size.max to control the default max size value, you can configure it by adding jvm argument -Dxmemcached.cached.data.size.max=xxxx.
There is a fixed limit for the maximum data size in the CacheData.class from transcoders :
However, it's possible to increase the limit size authorized by memcache by passing a "-I" option or by overriding a property (max_item_size) since 1.4.2 version.
I found it possible to edit the max size when using the SerializingTrancoder by setting the transcoder this way :
However, I didn't find a way to do so with a StringTranscoder.
The text was updated successfully, but these errors were encountered: