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 evcache.EVCacheClientPool.poolSize=2 setting will cause the memcached unstable.
If we set the poolSize as 2, the cache client becomes unstable. After several days/hours running and there are about 1M data in cache server, the get/set/delete operation become more and more slow. They needs more than tens seconds.
In default, the evcache writes so many logs with info level.
After we upgrade to the 4.131. 0, the evcache writes so many data, our log database is easy to be full. And it will slow our servers.
The text was updated successfully, but these errors were encountered:
@shengang1978 you should maybe look into couchbase.com as a alternativ for your kind of workloads its also distributed memcached but with some extra services that are optional so you can use it as drop in replacement i often use evcache and migrate to couchbase if needed.
If we set the poolSize as 2, the cache client becomes unstable. After several days/hours running and there are about 1M data in cache server, the get/set/delete operation become more and more slow. They needs more than tens seconds.
After we upgrade to the 4.131. 0, the evcache writes so many data, our log database is easy to be full. And it will slow our servers.
The text was updated successfully, but these errors were encountered: