Answer the question
In order to leave comments, you need to log in
Is Digital Ocean killing user processes?
There is a suspicion that DO terminates user processes at its own discretion. 512 MB + 20 GB plan, Ubuntu 16.04.
1) I start the daemon `dropbox.py start`, over time it stops working;
2) I run my Java application under screen (performs work in a loop), over time it stops working after some time (hours); there is nothing about it in the application logs; I solve it by automatic restart, but that's not the point...
3) now I run `mvn spring-boot:run` - after a little work, it ends with the word "Killed" in stdout.
During normal work with Linux, I have never noticed such anomalies, and even in such quantity. Has anyone come across?
Answer the question
In order to leave comments, you need to log in
you ran out of memory and the Linux system killer kills the process so that the system can live
somehow you surprisingly run java applications at 512
mb
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question