8fefa8602e
Added descriptions of the below stated memcache options to the memcache.conf configuration file. connect_timeout pool_timeout tries io_timeout Changed "Comma separated" to "Comma-separated". Added time unit for all timeouts. Change-Id: I4746357f782dfe56550323358f633252027aafc4 Closes-Bug: #1416993
50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- The tool that generated this table lives in the
|
|
openstack-doc-tools repository. The editions made in
|
|
this file will *not* be lost if you run the script again. -->
|
|
<table rules="all">
|
|
<caption>Description of configuration options for
|
|
<literal>[memcache]</literal> in <filename>memcache.conf</filename>
|
|
</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><option>connect_timeout</option> = <replaceable>0.3</replaceable></td>
|
|
<td>Timeout in seconds (float) for connection</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>io_timeout</option> = <replaceable>2.0</replaceable></td>
|
|
<td>Timeout in seconds (float) for read and write</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>memcache_max_connections</option> = <replaceable>2</replaceable></td>
|
|
<td>Max number of connections to each memcached server per worker services</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>memcache_serialization_support</option> = <replaceable>2</replaceable></td>
|
|
<td>Sets how memcache values are serialized and deserialized</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>memcache_servers</option> = <replaceable>127.0.0.1:11211</replaceable></td>
|
|
<td>Comma-separated list of memcached servers ip:port services</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>pool_timeout</option> = <replaceable>1.0</replaceable></td>
|
|
<td>Timeout in seconds (float) for pooled connection</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>tries</option> = <replaceable>3</replaceable></td>
|
|
<td>Number of servers to retry on failures getting a pooled connection</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|