# These defaults will be used by every memcached instance, unless overridden
# by values in /etc/sysconfig/memcached.<port>
USER="teamfile"
MAXCONN="1024"
CACHESIZE="256"
OPTIONS="-l 127.0.0.1"

# The PORT variable will only be used by memcached.service, not by
# memcached@xxxxx services, which will use the xxxxx
PORT="18107"
