Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
8.02k stars 400 forks source link

Fractional CPU reservation and limit? #510

Open johngrimsey opened 3 weeks ago

johngrimsey commented 3 weeks ago

What problem will this feature address?

Inability to specify floating point values for CPU values. As I understand it docker allows partial CPU allocation/reservation.

Allowing partial CPU allocation allows more fine-grained control over resource allocations.

Describe the solution you'd like

Allow floating point values in CPU boxes

Describe alternatives you've considered

Not sure!

Additional context

No response

Siumauricio commented 2 weeks ago

I think it would be better to remove the conversion that we do internally, and leave the field free to put any value based on the docker api.

image

johngrimsey commented 1 week ago

Perfect 👍