Consider the following resource sizing recommendation a base recommendation. You might need to change resources relative to the recommendation. It is critical to pair this sizing with what you observe in monitoring and make other adjustments accordingly.
The Domino fleetcommand-agent installer assumes the default sizing model. Merge these overrides to the fleetcommand-agent configuration file to apply them and then run the installer.
| Important | It is critical to preserve values by running the installer. Applying ad hoc  | 
release_overrides:
  newrelic-infrastructure:
    chart_values:
      resources:
        limits:
          memory: 2Gi
        requests:
          cpu: 50m
          memory: 30Mi
  newrelic-open-metrics:
    chart_values:
      resources:
        limits:
          cpu: 1200m
          memory: 2Gi
        requests:
          cpu: 200m
          memory: 512MiTo check the status of your available platform resources and allocation, run the following:
kubectl describe nodes -l dominodatalab.com/node-pool=platform | grep -A 10 Allocated
