From 2d3dee76774f19264f0267e26cb6a76f45452522 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 1 May 2024 11:27:29 -0400 Subject: [PATCH] fix(Requirements): Memory constrained environments * 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 --- admin_manual/installation/system_requirements.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 5f0d340c98a..8549df69ff7 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^