Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-07-11 23:09:19 +0300
committerGitHub <noreply@github.com>2022-07-11 23:09:19 +0300
commit0bb583e26f795daf43dddc1cc7457307d92f2d34 (patch)
tree99a36d111faf0af0ba7f1e7dc1a659bc28775444
parent24b7f4262719587fbefe9eaa0fcf29d841a58ad4 (diff)
parent1fc9b5df7c2ea790cc2b08bde204b4510dc06aec (diff)
Merge pull request #9072 from nextcloud/backport/9071/stable24
[stable24] document that 64bit is required
-rw-r--r--admin_manual/installation/system_requirements.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst
index 85bcde062..50af6e52a 100644
--- a/admin_manual/installation/system_requirements.rst
+++ b/admin_manual/installation/system_requirements.rst
@@ -15,7 +15,7 @@ For best performance, stability and functionality we have documented some recomm
| Platform | Options |
+==================+=======================================================================+
| Operating System | - **Ubuntu 20.04 LTS** (recommended) |
-| | - **Red Hat Enterprise Linux 8** (recommended) |
+| (64bit) | - **Red Hat Enterprise Linux 8** (recommended) |
| | - Debian 10 (Buster) |
| | - SUSE Linux Enterprise Server 15 |
| | - openSUSE Leap 42.1+ |
@@ -36,13 +36,17 @@ For best performance, stability and functionality we have documented some recomm
See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.
+CPU Architecture and OS
+^^^^^^^^^^^^^^^^^^^^^^^
+A 64bit CPU and 64bit OS is required for Nextcloud to run well.
+
Memory
^^^^^^
Memory requirements for running a Nextcloud server are greatly variable,
depending on the numbers of users, apps, files and volume of server activity.
-Nextcloud needs a minimum of **128MB** RAM, and we recommend a minimum of **512MB**.
+Nextcloud needs a minimum of **128MB** RAM per process, and we recommend a minimum of **512MB** RAM per process.
Database requirements for MySQL / MariaDB
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^