
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
19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
# Node VM configuration. Used by osbash/wbatch (host and guest).
|
|
|
|
# Port forwarding
|
|
VM_SSH_PORT=2232
|
|
|
|
# Last octet of IP addresses
|
|
FOURTH_OCTET=53
|
|
|
|
# Assign network interfaces to networks
|
|
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
|