/[adm]/puppet/modules/memcached/files/memcached.sysconfig
ViewVC logotype

Contents of /puppet/modules/memcached/files/memcached.sysconfig

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1142 - (show annotations) (download)
Sun Feb 20 12:11:36 2011 UTC (13 years, 2 months ago) by misc
File size: 668 byte(s)
- add memcached module ( used by django application among others )
1 # Specify the binary to use
2 # MEMCACHED_DAEMON="memcached-replication"
3 MEMCACHED_DAEMON="memcached"
4
5 # TCP port to listen on
6 TCP_PORT="11211"
7 # UDP port to listen on, can be disabled by setting it to 0
8 UDP_PORT="11211"
9 # User to run under
10 USER="memcached"
11 # Max simultaneous connections
12 MAXCONN="1024"
13 # MB memory max to use for object storage
14 CACHESIZE="64"
15 # IP address to listen on. Set to "INADDR_ANY" or "" to listen on all interfaces
16 IPADDR="127.0.0.1"
17 # Number of threads to use to process incoming requests
18 THREADS="4"
19 # Unix socket path to listen on (disables network support)
20 #UNIX_SOCKET="/var/run/memcached/memcached.sock"
21 # Additional options
22 OPTIONS=""
23

  ViewVC Help
Powered by ViewVC 1.1.30