2013-08-06 23:59:58 +02:00
|
|
|
# Collect the IPs of the memcached instances for use in application config
|
2014-01-21 00:51:49 +01:00
|
|
|
memcached:
|
|
|
|
deamonize: True,
|
|
|
|
verbose_level: 0,
|
|
|
|
memory_cap: 64,
|
|
|
|
port: 11211,
|
|
|
|
user: 'memcached',
|
|
|
|
listen_address: '127.0.0.1',
|
|
|
|
max_connections:1024,
|
|
|
|
lock_paged_memory: False,
|
|
|
|
error_on_mem_full: False,
|
|
|
|
max_core_file_limit: False
|