mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
* 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>