Standard Domino Platform

Sizing strategy

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.

Platform infrastructure details

Number of platform nodes

5

CPU per node

8 cores

Memory per node

32 GB

Maximum concurrent executions

300

Deploy the platform

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 kubectl edit changes can result in a loss of configuration on upgrade.

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: 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