graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05513
Re: [Question #265529]: how do you use memcachd in graphite webapp
Question #265529 on Graphite changed:
https://answers.launchpad.net/graphite/+question/265529
mike gave more information on the question:
update:
when I include the these lines to local_settings.py:
MEMCACHE_HOSTS = ['192.168.101.12:11211']
MEMCACHE_KEY_PREFIX = 'graphite'
FIND_CACHE_DURATION = 1500
FIND_TOLERANCE = 2 * FIND_CACHE_DURATION
DEFAULT_CACHE_DURATION = 1500
and I recycle apache, I keep getting 500 error.
any ideas what might be happening here?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.