goinfinite / ez

From server to PaaS in no time. User-friendly, lightweight, free.
https://goinfinite.net/ez/
Other
10 stars 0 forks source link

fix(front): change allocation limit of server resources #86

Closed ntorga closed 4 months ago

ntorga commented 5 months ago

The front is currently preventing users from allocating (to accounts and containers) server resources above those available. That's an application logic that really shouldn't be enforced by the interface. A reasonable cap of CPU and RAM to 128, disk to 4TB and inodes to 100M should be ok, let the user worry about over-allocation.