Ive create a droplet for my app but there are times that goes completely off(by this i mean its on but it cant do any tasks,it stuck on simple commands also), my guessing is because its updating but i have a 2 gb ram with a simple node server running.
Is this normal ?
Also it is advisable to turn the updates off ?
Thank you .
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya, @7579882df41b43499dc559468e6c9c
I’ll recommend to examine the logs if the droplet us running out of memory. Usually there will be references in
/var/log/messages
indicating that a process was killed -oom
orout of memory
Also you can add SWAP space in order to improve the performance. This will benefit a smaller droplet for sure:
https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-22-04
Hope that this helps!
Heya @7579882df41b43499dc559468e6c9c,
I think it’s due to high CPU usage. When does those frezzes occur? Is it when you are developing something, what are you trying to do when they occur, how long do they last?