]> git.pld-linux.org Git - packages/memcached.git/blame_incremental - memcached.sysconfig
up to 1.4.17
[packages/memcached.git] / memcached.sysconfig
... / ...
CommitLineData
1# Customized settings for memcached
2
3# Define nice level
4SERVICE_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
19LISTEN="127.0.0.1:11211"
20
21# other options not defined earlier
22#MEMCACHED_OPTS=""
23
24# Set ulimit at least as high as MAXCONN
25#SERVICE_LIMITS="-n $MAXCONN"
This page took 0.06005 seconds and 4 git commands to generate.