AllocatorCapacityMemory

edit

The available and used memory of the allocator.

Properties

edit
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

Example

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