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.
- Number of platform nodes
-
3
- CPU per node
-
16 cores
- Memory per node
-
64 GB
- Maximum concurrent executions
-
300
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: 200m
memory: 60Mi
newrelic-open-metrics:
chart_values:
resources:
limits:
cpu: 1200m
memory: 2Gi
requests:
cpu: 200m
memory: 512Mi
To 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