Hi,
We are running an Appium device farm and tested the same setup across two different machines:
- Machine 1: Intel x86-64 (MSI laptop) - CPU hits 90%+ with just 3 phones connected
- Machine 2: ARM Cortex-A76 (Raspberry Pi 5) - CPU hits 90%+ at 4 phones, but gets there much more slowly
So the RPi handles it better, but both machines eventually struggle when we push to 4 devices in parallel. We are seeing lag and test instability once CPU crosses 90%.
Our setup:
- Appium 2.x
- Node.js [your version]
- 4 Android devices connected via USB
- Tests running in parallel across all devices
Any advice on how to scale beyond 4 devices without hitting this CPU ceiling would be really appreciated. Thanks!
Hi,
We are running an Appium device farm and tested the same setup across two different machines:
So the RPi handles it better, but both machines eventually struggle when we push to 4 devices in parallel. We are seeing lag and test instability once CPU crosses 90%.
Our setup:
Any advice on how to scale beyond 4 devices without hitting this CPU ceiling would be really appreciated. Thanks!