mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #1333 from RealRancor/caching_update
Add caching note from release notes
This commit is contained in:
commit
effbfbc79b
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user