Has anyone run their ktor app on a digital ocean s...
# ktor
a
Has anyone run their ktor app on a digital ocean servlet? Not sure if I am doing something wrong, but running
./gradlew run
makes gradle get stuck. Currently at 8minutes in
a
Could you please describe the specification of your droplet?
a
I am trying out the basic one they give. The specs are: 1 vCPU 1GB / 25GB Disk running Ubuntu 20.04 (LTS) x64
a
I think the problem is that there is not enough memory. I once tried to build and run a Ktor application in a cloud on a low spec node and observed the same behavior.
👍 1