Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
document that 64bit is required
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen authored and backportbot-nextcloud[bot] committed Jul 11, 2022
commit 86516de6039a03a9b106c8b1340d929faf19e98b
8 changes: 6 additions & 2 deletions admin_manual/installation/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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+ |
Expand All @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down