Replies: 2 comments 9 replies
|
Hi, Please run a single instance first and monitor its CPU and RAM usage. Once you have those figures, you can estimate the total resources required by multiplying them by the number of instances you plan to run. Thank you. |
|
Calculating resources for a Docker setup on Ubuntu 24 is mostly about tracking three main things: your operating system overhead, your application stack, and a bit of room to breathe. |
Uh oh!
There was an error while loading. Please reload this page.
As I want to remotely host Ubuntu 24 on VPS to run Docker, How do I do the calculation of RAM and CPU for my VPS before deploying this project??
All reactions