Skip to content

Commit

Permalink
fix(Requirements): Memory constrained environments
Browse files Browse the repository at this point in the history
* various apps/features/configurations require more than the minimum so let's make it clearer that only meeting the minimum does come with trade-offs
* the built-in Updater requires PHP memory_limit (and/or available RAM) equal to the current size of the downloaded Archive package (see nextcloud/updater#505). Otherwise it will always fail on step 5 (integrity check). Let's mention that so people aren't surprised. They can of course do a manual update still.

Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards authored May 1, 2024
1 parent feb0c75 commit 2d3dee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin_manual/installation/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ depending on the numbers of users, apps, files and volume of server activity.

Nextcloud needs a minimum of **128MB** RAM per process, and we recommend a minimum of **512MB** RAM per process.

In low memory environments, some features or apps may require adjustments to their default
settings in order to function (or, in some cases, may need to be disabled outright).

.. warning:: To use the built-in Updater, at least 256MB is required.

Database requirements for MySQL / MariaDB
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 2d3dee7

Please sign in to comment.