From d18d7e03b0839ce21c8a06af96de6e073e3f7edc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 26 Oct 2023 02:04:34 -0700 Subject: [PATCH] Add warning of requirements to build Plone --- docs/install/install-from-packages.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/install/install-from-packages.md b/docs/install/install-from-packages.md index 3f9b5f36e..8b7601174 100644 --- a/docs/install/install-from-packages.md +++ b/docs/install/install-from-packages.md @@ -28,8 +28,6 @@ Plone 6 has both hardware requirements and software pre-requisites. The hardware requirements below give a rough estimate of the minimum hardware setup needed for a Plone server. -{term}`Add-on` products and caching solutions may increase RAM requirements. - A single Plone installation is able to run many Plone sites. You may host multiple Plone sites on the same server. @@ -38,6 +36,17 @@ You may host multiple Plone sites on the same server. - Minimum 512 MB hard disk space is required. 40 GB or more hard disk space is recommended. +````{warning} +When you _build_ Plone, it will approximately double RAM requirements to _install_ Plone. +{term}`Add-on` products and caching solutions may also increase RAM requirements. + +To avoid RAM limitations, we recommend either temporarily resizing your remote machine to accommodate the build, or build your images locally and upload them to an image store, such as [Docker Hub](https://hub.docker.com/) or [GitHub Packages](https://github.com/features/packages). + +```{seealso} +[How much RAM is required to build a Volto front end?](https://community.plone.org/t/how-much-ram-is-required-to-build-a-volto-front-end/17949) and [Dealing with heap exhaustion while building Volto 17 on limited-RAM host](https://community.plone.org/t/dealing-with-heap-exhaustion-while-building-volto-17-on-limited-ram-host/18078). +``` +```` + (install-packages-prerequisites-label)=