Update server_tuning.rst

This commit is contained in:
Florian Schlegel 2018-10-08 12:11:20 +02:00 committed by Florian Schlegel
parent e6022cf5fd
commit 93ff86b465

View File

@ -8,6 +8,17 @@ Using cron to perform background jobs
See :doc:`background_jobs_configuration` for a description and the
benefits.
Reducing system load
--------------------
High system load will slow down Nextcloud and might also lead to other unwanted side
effects. To reduce load you should first identify the source. Tools such as htop,
iotop or [glances](https://nicolargo.github.io/glances/) will help to identify the
process or the drive that slows down your system. First you should make sure that
you installed/assigned enough RAM. Swap usage should be prevented by all means.
If you run your database inside a VM, you should not store it inside a VM image file.
Better put it on a dedicated block device to reduce abstraction layers.
.. _caching:
Caching