We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46cfa53 + 3d04551 commit e8dec74Copy full SHA for e8dec74
api-service/domain/oracle_exadata_instance.go
@@ -81,6 +81,7 @@ func ToOracleExadataInstance(m model.OracleExadataInstance) (*OracleExadataInsta
81
82
if c.HostType == model.BARE_METAL {
83
res.UsedCPU += c.CPUEnabled
84
+ res.UsedMemory.Add(c.UsedRAM.Quantity, c.UsedRAM.Symbol)
85
}
86
87
if c.HostType == model.DOM0 || c.HostType == model.KVM_HOST {
0 commit comments