0e453c1bd9
The default max memory is 64MB, which is too small for production environment. Change-Id: I72d87cd29762fe49ae4f711f092df655cea954a9 Closes-Bug: #1758286
5 lines
193 B
Django/Jinja
5 lines
193 B
Django/Jinja
{
|
|
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }} -U 0 -m {{ memcached_max_memory }}",
|
|
"config_files": []
|
|
}
|