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
The the size of the data I am trying to insert is ~12MB (Data Length: 12406131 in bytes) and I have increased the memcached maxValue size to accommodate for this, however still receive the above warning.
As a result of the warning, the value is never inserted into memcached.
Hi,
"io.monix" %% "shade" % "1.10.0"in build.sbt and receiving following warning message:The the size of the data I am trying to insert is ~12MB (Data Length: 12406131 in bytes) and I have increased the memcached maxValue size to accommodate for this, however still receive the above warning.
As a result of the warning, the value is never inserted into memcached.
Similar issue was resolved here: Nullpointer while inserting cache values above 6mb memcached/memcached#333 but increasing maxSize is not working for me.
In terms of stack trace, I get a NPE at same line as above issue
Can you please help.