Overriding pod CPU and memory settings
Use template overrides to set a higher CPU and memory for your gateway pod.
About this task
Important: The recommended method to increase the resources for your API Connect deployment is to
change deployment profile:
- Changing deployment profiles on Kubernetes and OpenShift
- Changing deployment profiles on OpenShift top-level CR
- Changing the deployment profile on Cloud Pak for Integration
Increasing the number of CPUs impacts API Connect licensing. See Deployment and component profiles.
Note:
- For OpenShift® users - The example steps in this
document use the Kubernetes
kubectlcommand. On OpenShift, use the equivalentoccommand in its place. - If you are using a top-level CR, you must edit the
APIConnectClusterCR (the top-level CR), instead of directly editing the subsystem CRs. - If you are using a top-level CR (
APIConnectCluster), make sure that thespec.gatewaysection is included. If it is not included already, you must add thespec.gatewaysection before adding the required property within it.