AllocatorCapacityMemoryedit

The available and used memory of the allocator.

Propertiesedit

total (integer as int32, required)
Total memory in MB capacity installed on this allocator
used (integer as int32, required)
Used memory in MB used by instances assigned to this allocator

Exampleedit

{
   "total" : 0,
   "used" : 0
}