diff --git a/sysinv/sysinv/sysinv/sysinv/common/constants.py b/sysinv/sysinv/sysinv/sysinv/common/constants.py index ae5ee52949..c5aefdb6df 100644 --- a/sysinv/sysinv/sysinv/sysinv/common/constants.py +++ b/sysinv/sysinv/sysinv/sysinv/common/constants.py @@ -242,7 +242,7 @@ PLATFORM_CORE_MEMORY_RESERVED_MIB_VBOX = 1100 PLATFORM_CORE_MEMORY_RESERVED_MIB_VBOX_WORKER = 2000 # For AIO config, memory reserved for controller in MiB -COMBINED_NODE_CONTROLLER_MEMORY_RESERVED_MIB = 5000 +COMBINED_NODE_CONTROLLER_MEMORY_RESERVED_MIB = 7000 COMBINED_NODE_CONTROLLER_MEMORY_RESERVED_MIB_VBOX = 3000 COMBINED_NODE_CONTROLLER_MEMORY_RESERVED_MIB_XEOND = 3000