Couchbase .NET SDK Memory Leak?

@justusweber What size documents are you storing in the Couchbase cluster? For performance reasons, each MultiplexingConnection keeps a buffer. It starts small and grows as necessary to the size of the largest document received (max is 20MB per connection). At least one MultiplexingConnection is created per Couchbase node, and the number per node scales based on demand (there are settings to control the min and max).