Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 036adb4f39d920cc55bb28a758962f4e > files > 6

memcached-1.2.8-0.1mdv2009.0.src.rpm

# Please read the manpage for more info about possible runtime options.

# specify the binary to use
#MEMCACHED_DAEMON="memcached-replication"
MEMCACHED_DAEMON="memcached"

# TCP port number to listen on (default: 11211)
MEMCACHED_TCP_PORT="-p 11211"

# UDP port number to listen on (default: 0, off)
MEMCACHED_UDP_PORT="-U 0"

# unix socket path to listen on (disables network support)
#MEMCACHED_SOCKET="-s /var/lib/memcached/memcached.socket"

# interface to listen on, default is INDRR_ANY
MEMCACHED_IP_ADDR="-l 127.0.0.1"

# assume identity of <username> (only when run as root)
MEMCACHED_USERNAME="-u memcached"

# max memory to use for items in megabytes, default is 64 MB
MEMCACHED_MAX_MEMORY="-m 64"

# max simultaneous connections, default is 1024
MEMCACHED_MAX_CONNECTIONS="-c 1024"

# save PID in <file>, only used with -d option
MEMCACHED_PID="-P /var/run/memcached/memcached.pid"

# chunk size growth factor, default 1.25
MEMCACHED_FACTOR="-f 1.25"

# minimum space allocated for key+value+flags, default 48
MEMCACHED_BYTES="-n 48"

# number of threads to use, default 4
MEMCACHED_THREADS="-t 4"

# additional options
MEMCACHED_OPTIONS=""

# activate logging
#MEMCACHED_LOGGING="-vv >> /var/log/memcached/memcached.log 2>&1"