I’ve deployed drone on a small arm64 vps (to run concurrency tests on an architecture with different memory guarantees). The vps has 2G of assigned ram: I followed the setup instructions for 1.0.0-rc3, and drone was picking up the builds when I pushed to GitHub, but no container was spawned and the ui looked like the following:
No relevant information was found in the logs (docker logs drone
).
I managed to get this working by adding some swap space, but it may be helpful to surface this problem more clearly to the user. Should I file an issue?
Thanks for the great tool!