What is Vertical Scaling?
Vertical scaling (scaling up) in a scraping context means adding more CPU, RAM, or network bandwidth to a single worker node rather than adding more nodes to a cluster. While horizontal scaling is the default for distributed crawling, vertical scaling is often the brute-force answer to memory-hungry headless browser workloads. It is the difference between running 100 Playwright instances on one massive 64-core machine versus spreading them across 32 smaller instances.