Why Dokploy Uses So Much Memory #4728
Replies: 3 comments
-
|
I have a lot of projects, it's used well, I'm still improving the project in my separate fork, since the admin takes a long time to respond and react to my suggestions or improvements, as well as to my PR - the admin is too slow) |
Beta Was this translation helpful? Give feedback.
-
@sonmezerekrem @Siumauricio
|
Beta Was this translation helpful? Give feedback.
-
|
If you are looking at the Dokploy container specifically, it typically only takes around 400MB - 800MB. (Keep in mind that Linux and Docker will naturally allocate more memory for caching if your server has more RAM available, this is a good thing and improves performance). However, whatever numbers you are looking at might be the total memory usage of the server after the complete Dokploy installation. Just for some context on how Linux servers handle memory:
When you combine the base OS, the memory-hungry Docker engine, Traefik, Postgres, Redis, and the Dokploy container itself, seeing higher memory usage on your server dashboard is completely normal and expected! So, seeing ~1GB of RAM usage on a fresh 4GB server with a clean Dokploy installation is completely normal. For comparison, I personally use an AWS c8a.4xlarge (32GB RAM) server, and because Linux and Docker aggressively cache when more RAM is available, my server used 1.7GB to 1.8GB of RAM with a clean Dokploy installation. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have a situation with latest releases of dokploy starting around v0.27-28. I have deployed multiple instances of dokploy for different clients. I am using VPS machines from Hetzner. I have tried 4gb and 16gb vps instances. The issue is about the memory. I am seeing over 1 GB memory usage in most instances, if not minimum 800mb. I think its too much for a management system.
What is your experience with memory usage of Dokploy?
Beta Was this translation helpful? Give feedback.
All reactions