Memory Limit Issue
What is the default memory limit of application?
When i tried to change the value to 8gb (8192MB) i got errors of:
```
Error occurred ❌, check the logs for details.
(HTTP code 400) unexpected - rpc error: code = InvalidArgument desc = invalid memory value 1048576: Must be at least 4MiB

2 Replies
Also my
npm install
in the docker is really slow, altough no memory is used also almostGitHub
Fractional CPU reservation and limit? · Issue #510 · Dokploy/dokploy
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 allocati...