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
This commit is contained in:
parent
117879f80b
commit
1f18a2820f
@ -495,7 +495,7 @@ hardware type by default::
|
|||||||
|
|
||||||
# The parameters below represent the minimum possible values to create
|
# The parameters below represent the minimum possible values to create
|
||||||
# functional nodes.
|
# functional nodes.
|
||||||
IRONIC_VM_SPECS_RAM=1280
|
IRONIC_VM_SPECS_RAM=2048
|
||||||
IRONIC_VM_SPECS_DISK=10
|
IRONIC_VM_SPECS_DISK=10
|
||||||
|
|
||||||
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.
|
# 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
|
# The parameters below represent the minimum possible values to create
|
||||||
# functional nodes.
|
# functional nodes.
|
||||||
IRONIC_VM_SPECS_RAM=1280
|
IRONIC_VM_SPECS_RAM=2048
|
||||||
IRONIC_VM_SPECS_DISK=10
|
IRONIC_VM_SPECS_DISK=10
|
||||||
|
|
||||||
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.
|
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.
|
||||||
|
Loading…
Reference in New Issue
Block a user