Skip to main content

MemorySnapshot

A snapshot of memory usage.

Index

Properties

created_at

created_at: datetime

The time at which the system load information was measured.

current_size

current_size: ByteSize

Memory usage of the current Python process and its children.

is_overloaded

is_overloaded: bool

Indicate whether the memory is considered as overloaded.

max_memory_size

max_memory_size: ByteSize

The maximum memory that can be used by AutoscaledPool.

max_used_memory_ratio

max_used_memory_ratio: float

The maximum acceptable ratio of current_size to max_memory_size.