yum -y install memcached
/etc/init.d/memcached
PORT=11211
USER=memcached
MAXCONN=4096
CACHESIZE=8192
/etc/init.d/memcached restart