Skip to main content

Resource Requirements

Below are the recommended CPU and Memory requirements for the individual pods. You can experiment with different values according to your cluster usage metrics and adjust accordingly. These values can be set under the resources section under each component in the values.yaml file

resources:
limits:
cpu: 2000m
memory: 2000Mi
requests:
cpu: 1000m
memory: 1000Mi
PodCPUMemory
backend1000m2000Mi
keycloak1000m2000Mi
web-clientminimal/defaultminimal/default
event-ingestion500m1000Mi
nginx-reverse-proxyminimal/defaultminimal/default
model-service2000m4000Mi
info

The resource requirements got the model-service pod will depend on the number of trainings and active models that are being run. For example, each active model version will take around 800 MB of RAM.

The resource requirements for the event-ingestion will depend on the load the production assistant expects. We recommend you to start with the default values and monitor the resource usage in your cluster.