12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
# Collect the IPs of the memcached instances for use in application config
|
|
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 |