Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Allow tuning memcached through environment variables #115

Merged
merged 1 commit into from
Jul 17, 2015

Conversation

sgallagher
Copy link
Contributor

In many cases, it is useful to be able to tweak some of the performance settings of memcached. This patch adds three environment variables to do that:

  • MEMCACHED_CACHE_SIZE: Size in MiB of the available cache
  • MEMCACHED_CONNECTIONS: The number of simultaneous connections that can be served
  • MEMCACHED_THREADS: The number of threads processing connections

@scollier
Copy link
Member

LGTM. Thanks!

scollier added a commit that referenced this pull request Jul 17, 2015
Allow tuning memcached through environment variables
@scollier scollier merged commit 4097a46 into fedora-cloud:master Jul 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants