Skip to content

Commit

Permalink
Merge pull request #1556 from mapellidario/20241011_wmcore_centralser…
Browse files Browse the repository at this point in the history
…vices_2.3.6

increase memory limit for msoutput and msrulecleaner
  • Loading branch information
arooshap authored Oct 11, 2024
2 parents c309484 + 724b301 commit d3b98d7
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: "1Gi"
#PROD# memory: "2Gi"
#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: "1Gi"
#PROD# memory: "2Gi"
#PROD# cpu: "1000m"
livenessProbe:
exec:
Expand Down

0 comments on commit d3b98d7

Please sign in to comment.