graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05515
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:
I installed python-memcached and in local_settings.py, I have included
this:
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 #metric
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION':'192.168.101.12:11211',
}
}
After recycling apache, I still get 500 error.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.