What is Memory Usage Per Worker?
Memory Usage Per Worker is the baseline RAM footprint required to keep a single scraping process alive and actively processing requests. In headless browser pipelines, it dictates how many concurrent tabs you can pack onto a single node before triggering an Out-Of-Memory (OOM) kill. For HTTP-only scrapers, it defines your maximum async connection pool size. Controlling this metric is the difference between a profitable data pipeline and one that burns cash on idle cloud compute.