Charm: memcached
Summary
A high-performance memory object caching system
Charm Store
juju deploy cs:precise/memcached-6
Maintainer
Clint Byrum
Series
precise
Description
Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines.
Links
Repository   Bugs
lp:~charmers/charms/precise/memcached/trunk
Interfaces
Provides
Config
request-limit int
slab-page-size int
min-item-size int
disable-large-pages string
tcp-port int
connection-limit int
udp-port int
nagios_context string
threads int
disable-auto-cleanup string
factor float
disable-cas string
extra-options string
size int
Details
Changes  
2013/04/27 Marco Ceppi Added icon.svg (revno 54)
2013/04/22 Jorge O. Castro Add categories (revno 53)
2013/04/18 Matthew Wedgwood [mthaddon] support for pre-install hook structure, support for the nrpe-external-master charm This (revno 52)
2012/09/20 Nobuto MURATA fix sh syntax error (LP: #1053356) (revno 51)
2012/09/14 Juan L. Negron Some fixes for things I noticed while reviewing the charm. MP:124280 (revno 50)
2012/05/22 Clint Byrum setting maintainer (revno 49)
2012/01/28 Mark Mims strong config types (revno 48)
2011/12/05 Clint Byrum Making memcached fully configurable using config.yaml (revno 47)
2011/10/11 Mark Mims revision split-out (revno 46)
Lint Check
  • warn: no README file

In other archives
~clint-fewbar:precise/memcached