crawlee-python
crawlee-python copied to clipboard
Make memory-related parameters of `Snapshotter` configurable via `Configuration`
I believe we could establish some kind of a relationship between Snapshotter
parameters related to memory usage (max_memory_size
, max_used_memory_ratio
, reserve_memory_ratio
) and similar configuration attributes (memory_mbytes
, available_memory_ratio
)