MemorySnapshot
Index
Properties
created_at
The time at which the system load information was measured.
current_size
Memory usage of the current Python process and its children.
is_overloaded
Indicate whether the memory is considered as overloaded.
max_memory_size
The maximum memory that can be used by AutoscaledPool
.
max_used_memory_ratio
The maximum acceptable ratio of current_size
to max_memory_size
.
system_wide_memory_size
Total memory available in the whole system.
system_wide_used_size
Memory usage of all processes, system-wide.
A snapshot of memory usage.