Skip to content

Commit

Permalink
Merge pull request #1527 from amaltaro/wmcore-12042
Browse files Browse the repository at this point in the history
Increase memory limit for MSOutput and MSRuleCleaner to 1Gi
  • Loading branch information
arooshap authored Aug 5, 2024
2 parents 16d6306 + ac7367f commit b632444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/cmsweb/services/reqmgr2ms-output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
#PROD# memory: "250Mi"
#PROD# cpu: "100m"
#PROD# limits:
#PROD# memory: "750Mi"
#PROD# memory: "1Gi"
#PROD# cpu: "1000m"
livenessProbe:
exec:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/cmsweb/services/reqmgr2ms-rulecleaner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
#PROD# memory: "250Mi"
#PROD# cpu: "200m"
#PROD# limits:
#PROD# memory: "750Mi"
#PROD# memory: "1Gi"
#PROD# cpu: "1000m"
livenessProbe:
exec:
Expand Down

0 comments on commit b632444

Please sign in to comment.