eclipse-tractusx / managed-service-orchestrator

Apache License 2.0
6 stars 9 forks source link

CPU and memory limits and requests are not properly set #69

Closed hzierer closed 1 year ago

hzierer commented 1 year ago

As described in TRG 5.04 CPU und Mem limit have to be properly set. Currently both are at the same value, which is quite uncommon.

the "request" settings define the bare minimum for the container to start properly (it will still get more resources when needed during runtime) the "limit" settings should be set to the maximum what that container consumes during normal operation. So everything above this will be considered as memory leak or infinite loop

blocks #62