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.
Hello, @albertramsbottom
Could you please double check if all of your plugins are fully updated to their latest version? It’s not unusual that there might be a faulty plugin that can cause a massive memory exhaustion. What I can recommend you is to monitor the server performance using top or htop while you’re editing your products so you can see what’s going on in real time.
Let me know how it goes.
Regards, Alex
Hello, @albertramsbottom
Could you please confirm which is the exact process that is consuming the processors when you’re working on your site? Is it a php process like cgi or fpm?
You can also use a command like this one to show the processes memory in megabytes and the process path, but generally htop and top are my favorites.
ps aux | awk '{print $6/1024 " MB\t\t" $11}' | sort -n
Let me know how it goes.
Regards, Alex