]> git.pld-linux.org Git - packages/memcached.git/blob - memcached.sysconfig
- release 2
[packages/memcached.git] / memcached.sysconfig
1 # Customized settings for memcached
2
3 # Define nice level
4 SERVICE_RUN_NICE_LEVEL="+0"
5
6 # Specify memory usage in megabytes (do not use letters)
7 # 64MB is default
8 #MEMUSAGE="64"
9
10 # User to run as
11 #MEMCACHED_RUNAS="nobody"
12
13 # Specify maximum number of concurrent connections
14 # 1024 is default
15 #MAXCONN="1024"
16
17 # Listen for connections on what address?
18 #LISTENON="127.0.0.1"
19
20 # Listen for connections on what port?
21 #PORT="11211"
22
23 # other options not defined earlier
24 #MEMCACHED_OPTS=""
This page took 0.066709 seconds and 3 git commands to generate.