d0127d51bd
Increasing memcached_connections may require ulimit to be raised so that will be done if necessary. Increasing memcached_threads is not strongly recommended but is available if needed. Change-Id: I4b58d59f647e6f843fc33561dea75be67c0f78c4 Closes-Bug: #1438498
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
# {{ ansible_managed }}
|
|
|
|
-d
|
|
logfile {{ memcached_log }}
|
|
-m {{ memcached_memory }}
|
|
-p {{ memcached_port }}
|
|
-u {{ memcached_user }}
|
|
-l {{ memcached_listen }}
|
|
-c {{ memcached_connections }}
|
|
-t {{ memcached_threads }}
|