labs: increase RAM allocation for compute node
Running a default instance on the compute node uses 512 MB RAM, which is all of the compute node's RAM. This patch increases the RAM allocation for the compute node to 1024 MB, enabling it to run an instance. Change-Id: I59ef85b2680f8b68d08108d738e03a964457680c
This commit is contained in:
parent
e67ada9739
commit
509585f7ec
@ -11,5 +11,8 @@ NET_IF_0=nat
|
||||
NET_IF_1=MGMT_NET
|
||||
NET_IF_2=DATA_NET
|
||||
|
||||
# A default instance within compute uses 512 MB RAM
|
||||
VM_MEM=1024
|
||||
|
||||
# Override number of virtual CPUs (default is 1)
|
||||
VM_CPUS=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user