Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > e9bc58c1b872f61196c3b1bad1bd5522 > files > 2

memcached-1.4.15-1.mga3.i586.rpm

# Note: The Mageia sysv init script for memcached NO LONGER supports starting
# more than one instance of memcached as it did in Mageia 1.
#
# In order to start multiple instances from Mageia 2 onwards, simply uses
# systemd and the templated unit provided.
#
# Note that the PORT option specified in this file is not used under systemd
# as it is used directly in the template unit instance name
# (e.g. memcached@11211.service)
#
# Please note that the UNIX_SOCKET and USER configuration variables were also
# deprecated from Mageia 2 onwards
#
# Please read the manpage for more info about possible runtime options for
# memcached.

# IP address to listen on. Set to "INADDR_ANY" or "" to listen on all interfaces
#IPADDR="127.0.0.1"

# TCP/UDP Port to listen on (both will be enabled)
#PORT="11211"

# MB memory max to use for object storage
#CACHESIZE="64"

# Number of threads to use to process incoming requests
#THREADS="4"

# Max simultaneous connections
#MAXCONN="1024"

# Additional options
#OPTIONS=""