-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Describe why it is important and where it will be useful
It will be helpful in making sure the ex-app server does not become unresponsive under the load of a malfunctioning ex-app or starve other ex-apps, both in terms of cpu and memory.
Describe your proposed solution
Modify the container creation API call to include this info.
https://docs.docker.com/reference/api/engine/version/v1.48/#tag/Container/operation/ContainerCreate
https://docs.docker.com/engine/containers/resource_constraints/
UI changes in the server would be necessary too.
Describe alternatives you've considered, if relevant
No response
Additional context
No response