From 09cc54cdd9a777985cac2286e859c241dd38b5da Mon Sep 17 00:00:00 2001 From: RealRancor Date: Thu, 16 Jul 2015 21:38:43 +0200 Subject: [PATCH] Add caching note from release notes --- admin_manual/configuration_server/performance_tuning.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin_manual/configuration_server/performance_tuning.rst b/admin_manual/configuration_server/performance_tuning.rst index ccd08814f..655e06c3a 100644 --- a/admin_manual/configuration_server/performance_tuning.rst +++ b/admin_manual/configuration_server/performance_tuning.rst @@ -61,6 +61,13 @@ performance. To do so, add the following to ``/etc/fstab``:: Caching ======= +.. note:: Memory cache configuration for the ownCloud server is no longer + automatic, requiring configuration in config.php with the keys + memcache.local and/or memcache.distributed; + see :doc:`config_sample_php_parameters`. + Before the memcache.local can be used you need to install + APC, APCu or XCache. + Caching improves performance by storing data, code, and other objects in memory.