Skip to content

Commit

Permalink
add db2u cpu and memory resource upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnativetoolkit committed Oct 18, 2023
1 parent 7eac4b5 commit b53734f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 8.11.x/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,9 @@ spec:
export CPD_INSTALL_COGNOS="true"
export CPD_PRODUCT_VERSION="4.6.6"
export DB2_CPU_REQUESTS=6000m
export DB2_CPU_LIMITS=10000m
export DB2_MEMORY_REQUESTS=10Gi
export DB2_MEMORY_LIMITS=20Gi
ansible-playbook ibm.mas_devops.oneclick_add_manage

0 comments on commit b53734f

Please sign in to comment.