MemoryInfo
Hierarchy
- MemoryUsageInfo
- MemoryInfo
Index
Properties
current_size
Memory usage of the current Python process and its children.
This is a best-effort estimate - a process that cannot be inspected is left out of the sum, and the metric used may be RSS, which counts memory shared between the processes repeatedly. When only some of the processes expose PSS, the sum mixes both metrics, so the memory those processes share with the rest of the tree is counted twice.
model_config
system_wide_used_size
Total memory used by all processes system-wide (including non-crawlee processes).
total_size
Total memory available in the system.
Information about system memory.