Overcloud is not able to deploy with the default 4GB of RAM using instack-undercloud

When deploying the overcloud with the default value of 4GB of RAM the overcloud fails throwing "Cannot allocate memory" errors.
By increasing the default memory to 5GB the error is solved in instack-undercloud

Change-Id: I29036edeebefc1959643a04c5396e72863fdca5f
Closes-Bug: #1563750
(cherry picked from commit 2dec7d7521)
This commit is contained in:
Carlos Camacho 2016-03-30 09:17:44 +00:00 committed by marios
parent 83754f0378
commit 6059d47383
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export NODE_COUNT=${NODE_COUNT:-2}
export NODE_CNT=$NODE_COUNT
export NODE_ARCH=x86_64
export NODE_MEM=${NODE_MEM:-4096}
export NODE_MEM=${NODE_MEM:-5120}
export NODE_CPU=${NODE_CPU:-1}