Document NODE_CPU and NODE_MEM

Change-Id: I08ac0dddd0abf5ef4d25a27a5574f04b04ce4ff4
This commit is contained in:
Imre Farkas 2015-09-02 11:40:13 +02:00 committed by James Slagle
parent 8ec4cae920
commit c6dceb1968

View File

@ -154,6 +154,14 @@ Preparing the Virtual Environment (Automated)
#. Run the script to setup your virtual environment:
.. note::
By default, VMs will be created with 1 vCPU and 4096 MiB RAM. To adjust
those values::
export NODE_CPU=4
export NODE_MEM=16384
.. admonition:: RHEL
:class: rhel