MemoryInfo | API | Crawlee for Python · Fast, reliable Python web crawlers.
Information about system memory.
Hierarchy
- MemoryUsageInfo
- MemoryInfo
Index
Properties
Properties
current_size
current_size: Annotated[ ByteSize, PlainValidator(ByteSize.validate), PlainSerializer(lambda size: size.bytes), Field(alias='currentSize'), ]
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.