Skip to main content

MemoryInfo

Information about system memory.

Hierarchy

Index

Properties

created_at

created_at: datetime

The time at which the measurement was taken.

current_size

current_size: ByteSize

Memory usage of the current Python process and its children.

model_config

model_config: Undefined

system_wide_used_size

system_wide_used_size: ByteSize

Total memory used by all processes system-wide (including non-crawlee processes).

total_size

total_size: ByteSize

Total memory available in the system.