Files
openstack-manuals/doc/config-reference/source/tables/swift-memcache-memcache.rst
KATO Tomoyuki 4b3807ce32 [config-ref] update Object Storage proxy server config
* Split proxy server configurations into a separate file
* Add description for no help options
* Remove unnecessary RST markup

backport: mitaka

Change-Id: I77876f55dacf4710e4475952f96736f121336c01
Closes-Bug: #1605040
2016-08-17 22:44:58 +00:00

26 lines
1.1 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated and your
changes will be overwritten. The tool to do so lives in the
openstack-doc-tools repository.
.. list-table:: Description of configuration options for ``[memcache]`` in ``memcache.conf``
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - ``connect_timeout`` = ``0.3``
- Timeout in seconds (float) for connection.
* - ``io_timeout`` = ``2.0``
- Timeout in seconds (float) for read and write.
* - ``memcache_max_connections`` = ``2``
- Max number of connections to each memcached server per worker services.
* - ``memcache_serialization_support`` = ``2``
- Sets how memcache values are serialized and deserialized.
* - ``memcache_servers`` = ``127.0.0.1:11211``
- Comma-separated list of memcached servers ip:port services.
* - ``pool_timeout`` = ``1.0``
- Timeout in seconds (float) for pooled connection.
* - ``tries`` = ``3``
- Number of servers to retry on failures getting a pooled connection.