]> git.pld-linux.org Git - packages/memcached.git/blame - memcached.sysconfig
- run as memcached user
[packages/memcached.git] / memcached.sysconfig
CommitLineData
8dae7826 1# Customized settings for memcached
610b5441
AM
2
3# Define nice level
4SERVICE_RUN_NICE_LEVEL="+0"
5
8dae7826
ER
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.079265 seconds and 4 git commands to generate.