A missing memcache causes unavailability of the ownCloud instance

This commit is contained in:
Robin McCorkell 2015-07-27 09:23:01 +01:00
parent 7ee860b7aa
commit 36c600be97

View File

@ -101,6 +101,13 @@ Distributed PHP environments should use Memcached. Memcached servers must be
specified in the ``memcached_servers`` array in ownCloud's config file
``config.php``. For examples see :doc:`config_sample_php_parameters`.
.. note:: When a memory cache has been configured, but is unavailable due to a
a missing extension or server downtime, ownCloud will be
inaccessible, as a memory cache is considered to be a vital
component.
This does not however affect **occ**, which will instead just print
a warning to the logs.
Tuning System Parameters
========================