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
Reducing memory consumption is one thing we're working on at the moment. Reducing the maxBatchSize will help, as that will turn some very large requests that fetch a huge amount of data into a set of smaller requests that can be more easily garbage collected with similar huge spike.
The sendGlobsAsIs and maxBatchSize are new and still subject to tuning. It helps query latency in the majority of cases, but the down size is that it can occasionally massively increase memory usage :/
Hello here,
we are using the
carbonzipper
version 0.7.2, in combination with thecarbonapi
(0.8.0) andgo-carbon
(0.9.1).Our cluster is constituted by 3 nodes proxied by the
carbon-c-relay
.We recently upgraded from an old version of the stack, and since then we are seeing a very high memory consumption pattern:
pmap
showstotal 44201100K
, andtop
around25%
usage on a very beefy server.This is our current configuration:
carbonzipper
carbonapi
any suggestion on how to best approach the problem?
Many thanks!
The text was updated successfully, but these errors were encountered: