summaryrefslogtreecommitdiff
blob: 6609d16bb20587cdfffe3143536a3cc0f8e8d6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2003 Gentoo Technologies, Inc
# $Id$
# memcached config file

MEMCACHED_BINARY="/usr/bin/memcached"

#Specify memory usage in megabytes (do not use letters)
#64MB is default
MEMUSAGE="64"

#User to run as
MEMCACHED_RUNAS="memcached"

#Specify maximum number of concurrent connections
#1024 is default
MAXCONN="1024"

#Listen for connections on what address?
LISTENON=""

#Listen for connections on what port?
PORT="11211"

#PID file location
PIDFILE="/var/run/memcached/memcached-${PORT}.pid"

#Other Options
MISC_OPTS=""