]> git.pld-linux.org Git - packages/memcached.git/blob - memcached.sysconfig
- rebuild with libevent 2.1.11
[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="memcached"
12
13 # Specify maximum number of concurrent connections
14 # 1024 is default
15 #MAXCONN="1024"
16
17 # Listen for connections on what address?
18 # Format: IP:PORT, IP2:PORT2
19 LISTEN="127.0.0.1:11211"
20
21 # other options not defined earlier
22
23 # -U 0 to disable UDP listen:
24 #      https://blog.cloudflare.com/memcrashed-major-amplification-attacks-from-port-11211/
25 MEMCACHED_OPTS="-U 0"
26
27 # Set ulimit at least as high as MAXCONN
28 #SERVICE_LIMITS="-n $MAXCONN"
This page took 0.077983 seconds and 3 git commands to generate.