golang / groupcache

groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can groupcache support large cluster?

drinktee opened this issue · comments

Hi,
I want to use groupcache in production and there are about 2000 nodes in a cluster. Can groupcache support such a large number of peers?
Thanks.

Yes. Just make sure your ulimit permits enough file descriptors. All the nodes talk to all the other ones.