From 1f18a2820f566eba0ac91855cea0039ad018d080 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 10 Apr 2020 10:46:56 +0200 Subject: [PATCH] Increase VM RAM value in local.conf example Based on recent changes that make dib image to be default in CI, the base RAM in the local.conf example should be increased to 2048, which is the minimum recommended to run the centos8 ramdisk. Change-Id: If8b0a3bbdce8cd1e6d564c9b7b9505729e4eec26 --- doc/source/contributor/dev-quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 74928a2add..0e7e773f5a 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -495,7 +495,7 @@ hardware type by default:: # The parameters below represent the minimum possible values to create # functional nodes. - IRONIC_VM_SPECS_RAM=1280 + IRONIC_VM_SPECS_RAM=2048 IRONIC_VM_SPECS_DISK=10 # Size of the ephemeral partition in GB. Use 0 for no ephemeral partition. @@ -591,7 +591,7 @@ Ironic will have enabled both ``direct`` and # The parameters below represent the minimum possible values to create # functional nodes. - IRONIC_VM_SPECS_RAM=1280 + IRONIC_VM_SPECS_RAM=2048 IRONIC_VM_SPECS_DISK=10 # Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.