Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
With these issues, there are a few possible causes:
To check memory: free -m
To check CPU: either apt-get -y install sysstat or yum -y install sysstat, followed by mpstat
To check Disk I/O: iostat 1 (CTRL+C to stop)
If all those look fine, the issue is most likely a mis-configuration, but my bet is on one of those 3 causes.
Thanks for your reply
I just try with the free -m command and i get: total used free shared buffers cached Mem: 490 470 19 49 5 107 -/+ buffers/cache: 356 133 Swap: 0 0 0
That it looks I have few but still space.
About Cpu I get 05:51:42 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 05:51:42 PM all 3.77 0.01 0.29 0.11 0.00 0.01 0.00 0.00 0.00 95.81
And for Disk I/O Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn vda 6.87 99.26 51.99 4245345 2223632
avg-cpu: %user %nice %system %iowait %steal %idle 0.00 0.00 0.00 0.00 0.00 100.00
I have to say that it’s really hard for me to read the last two stats.
Can you help me on understand them?
Have you any further advice?
I’m still trying to sort the situation? Is there someone who can help me with this? Please