Commit dcf62448 authored by Łukasz Nowak's avatar Łukasz Nowak

- use application defaults


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44094 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0b21d848
...@@ -62,7 +62,6 @@ CONFIG = dict( ...@@ -62,7 +62,6 @@ CONFIG = dict(
haproxy_key_auth_port=16000, haproxy_key_auth_port=16000,
# Memcached # Memcached
memcached_port=11000, memcached_port=11000,
memcached_mem_limit=256, # in MB
# Kumofs # Kumofs
kumo_manager_port=13101, kumo_manager_port=13101,
kumo_server_port=13201, kumo_server_port=13201,
......
#!/bin/sh #!/bin/sh
exec %(memcached_binary)s -p %(memcached_port)s -U %(memcached_port)s -l %(memcached_ip)s -m %(memcached_mem_limit)s exec %(memcached_binary)s -p %(memcached_port)s -U %(memcached_port)s -l %(memcached_ip)s
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