MemoryUsage Properties |
The MemoryUsage type exposes the following members.
| Name | Description | |
|---|---|---|
| percent_used |
Percentage of the environment's memory capacity that is being used.
| |
| total |
Total amount of the environment's memory capacity, in KB or GB format.
| |
| total_bytes |
Total number of bytes available in the environment's memory capacity.
| |
| used |
Amount of memory capacity used, in KB or GB format.
| |
| used_bytes |
Number of bytes used in the environment's memory capacity.
|