Skip to content
Discussion options

You must be logged in to vote

Hi @Shragenator! I'm Dosu and I’m helping the dokploy team.

Your ~700MB memory usage is within the expected range for Dokploy. On a fresh installation, Dokploy typically uses 450-465MB in idle state, and users have reported it can grow to around 950MB over time.

The memory consumption increased in v0.27.1 due to healthchecks that spawn a curl process every 10 seconds to perform database queries. This adds overhead from process spawning (~360 curl processes/hour), database connection pool activity, and memory fragmentation.

If you want to reduce memory usage, you have a few options:

  1. Use a lighter health endpoint that skips the database query:

    healthcheck:
      test: ["CMD", "curl", "-fs", …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Shragenator
Comment options

You must be logged in to vote
1 reply
@dosubot
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants