From 8a74d835e4d152a473ec2c88005ddc573fea9e0b Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Thu, 28 May 2020 08:42:51 -0500 Subject: [PATCH] Add note about RAM needed for building Shibboleth SP base Added a note about the amount of RAM needed for building the Shibboleth SP from source as part of building the Shib SP base image. --- comanage-registry-shibboleth-sp-base/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/comanage-registry-shibboleth-sp-base/README.md b/comanage-registry-shibboleth-sp-base/README.md index 9704b45..1397897 100644 --- a/comanage-registry-shibboleth-sp-base/README.md +++ b/comanage-registry-shibboleth-sp-base/README.md @@ -28,6 +28,11 @@ The image built from this Dockerfile is primarily intended to be used as a base for building other COmanage Registry images using Dockerfile multi-stage build functionality. +Note that when the image is built the C++ source code for the +Shibboleth SP is compiled from source. Doing so requires significant amounts +of RAM. The image is known to build to completion on a virtual machine with +4 GB of RAM, though less RAM may actually be required. + ## Build Arguments The following arguments *may* be provided when building but are not required