aboutsummaryrefslogtreecommitdiffstats
path: root/modules/memcached/files
diff options
context:
space:
mode:
Diffstat (limited to 'modules/memcached/files')
-rw-r--r--modules/memcached/files/memcached.sysconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/memcached/files/memcached.sysconfig b/modules/memcached/files/memcached.sysconfig
new file mode 100644
index 00000000..a29f2270
--- /dev/null
+++ b/modules/memcached/files/memcached.sysconfig
@@ -0,0 +1,23 @@
+# Specify the binary to use
+# MEMCACHED_DAEMON="memcached-replication"
+MEMCACHED_DAEMON="memcached"
+
+# TCP port to listen on
+TCP_PORT="11211"
+# UDP port to listen on, can be disabled by setting it to 0
+UDP_PORT="11211"
+# User to run under
+USER="memcached"
+# Max simultaneous connections
+MAXCONN="1024"
+# MB memory max to use for object storage
+CACHESIZE="64"
+# IP address to listen on. Set to "INADDR_ANY" or "" to listen on all interfaces
+IPADDR="127.0.0.1"
+# Number of threads to use to process incoming requests
+THREADS="4"
+# Unix socket path to listen on (disables network support)
+#UNIX_SOCKET="/var/run/memcached/memcached.sock"
+# Additional options
+OPTIONS=""
+