Adding buildout recipe for memcached-instance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36309 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70e29ebe
[buildout]
parts = memcached-instance
[memcached-instance]
depends =
${create-directories:command}
recipe = erp5.recipe.memcachedserver
memcached_software_bin = ${buildout:parts-directory}/memcached/bin
memcached_bin_folder = ${buildout:data-bin-directory}
memcached_conf_file = ${buildout:etc-directory}/memcached.conf
# Configuration goes here
# -p
memcached_tcp_port = 11211
# -U
memcached_udp_port = 11211
# -l
memcached_host = 127.0.0.1
# -m
memcached_memory_size = 64
# -c
memcached_simultaneous_connections = 1024
# -u
memcached_user = erp5
# -d
memcached_run_as_daemon = true
# -P
memcached_pid_file = /var/run/memcached.pid
# -f
memcached_factor = 1.25
# -n
memcached_key_size = 48
# -t
memcached_threads = 4
[buildout]
extends =
../instance-profiles/memcached.cfg
../instance-profiles/mysql-database.cfg
../instance-profiles/mysql.cfg
../instance-profiles/oood.cfg
......@@ -17,6 +18,7 @@ parts =
mysql-instance
oood-instance
supervisor-instance
memcached-instance
python = software_definition
versions = versions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment