Open
Description
Describe the enhancement
It would be amazing if the runner would would on a Raspberry Pi Zero because these have enough computing power for many batch-type jobs and test scripts. They're also extremely energy efficient.
Additional information
Currently, the runner code (Linux ARM) crashes for configuration and run.sh
. It's apparently out of memory. The runner, though, seems to use far less than 512MB RAM when actually running. I suspect there's something in the initialization code which temporarily uses a lot of RAM.
Activity