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 to this process, which is the memory limit where one applies.
system_wide_used_size
Memory usage of all processes, within the scope system_wide_memory_size covers.
A snapshot of memory usage.