odahu / odahu-flow

Apache License 2.0
12 stars 2 forks source link

Control memory and CPU usage of containers during local training & packaging #641

Open BPylypenko opened 2 years ago

BPylypenko commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes, especially, when several containers are running simultaneously some of them are killed because of getting "out of memory" (137 docker error code).

Describe the solution you'd like If the resource requests and limits are specified, then the containers have to adhere to them. And should be some default values for resource limits & requests which should be specified in the documentation.

Possibly useful links: https://docs.docker.com/config/containers/resource_constraints/