Z
Z
zencd2017-08-22 12:30:52
DigitalOcean
zencd, 2017-08-22 12:30:52

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

3 answer(s)
S
sim3x, 2017-08-22
@sim3x

My guess is that you need to learn how to use systemd

D
Dmitry, 2017-08-22
@plin2s

Surely an OOM killer is coming to you. As always - look at the logs.

P
Puma Thailand, 2017-08-22
@opium

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 question

Ask a Question

731 491 924 answers to any question