mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
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 <josh.t.richards@gmail.com>
This commit is contained in:
@@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user