{
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "The current memory usage of the heap that is used for object allocation.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"stability" : "default",
"value-type" : {
"init" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"unit" : "BYTES",
"stability" : "default"
},
"used" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The amount of used memory in bytes.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"unit" : "BYTES",
"stability" : "default"
},
"committed" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The amount of memory in bytes that is committed for the Java virtual machine to use.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"unit" : "BYTES",
"stability" : "default"
},
"max" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The maximum amount of memory in bytes that can be used for memory management.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"unit" : "BYTES",
"stability" : "default"
}
},
"access-type" : "metric",
"storage" : "runtime",
"restart-required" : null,
"capability-reference" : null
}