← Back to team overview

graphite-dev team mailing list archive

Re: [Question #629244]: graphite metrics issue

 

Question #629244 on Graphite changed:
https://answers.launchpad.net/graphite/+question/629244

Denis Zhdanov posted a new comment:
Hi Shashank,

1. Not sure why you using carbon-c-relay and normal relays. You can direct traffic directly to caches.
"
match *
  send to
    new-aws-backend-caches
"

2. 
MAX_CACHE_SIZE = inf
MAX_UPDATES_PER_SECOND = inf
MAX_CREATES_PER_MINUTE = inf
Using unbound caches is not always good.  I would recommend to put some sane limits there.
e.g.

MAX_CACHE_SIZE = 100000000
MAX_UPDATES_PER_SECOND = 1000
MAX_CREATES_PER_MINUTE = 5000

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.