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
.
A snapshot of memory usage.