Skip to content

Commit 4e45194

Browse files
authored
adust watcher mem for increased prod-rh01 load (#4188)
related to the recent remote-resolver and re-enablement of OSP pruning rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED
1 parent 514f2f8 commit 4e45194

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- op: replace
33
path: /spec/template/spec/containers/1/resources/limits/memory
4-
value: "3Gi"
4+
value: "6Gi"
55
- op: replace
66
path: /spec/template/spec/containers/1/resources/requests/memory
7-
value: "3Gi"
7+
value: "6Gi"

components/pipeline-service/production/stone-prd-m01/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,10 +1636,10 @@ spec:
16361636
resources:
16371637
limits:
16381638
cpu: 250m
1639-
memory: 3Gi
1639+
memory: 6Gi
16401640
requests:
16411641
cpu: 250m
1642-
memory: 3Gi
1642+
memory: 6Gi
16431643
securityContext:
16441644
allowPrivilegeEscalation: false
16451645
capabilities:

components/pipeline-service/production/stone-prd-rh01/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,10 +1636,10 @@ spec:
16361636
resources:
16371637
limits:
16381638
cpu: 250m
1639-
memory: 3Gi
1639+
memory: 6Gi
16401640
requests:
16411641
cpu: 250m
1642-
memory: 3Gi
1642+
memory: 6Gi
16431643
securityContext:
16441644
allowPrivilegeEscalation: false
16451645
capabilities:

components/pipeline-service/production/stone-prod-p01/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,10 +1636,10 @@ spec:
16361636
resources:
16371637
limits:
16381638
cpu: 250m
1639-
memory: 3Gi
1639+
memory: 6Gi
16401640
requests:
16411641
cpu: 250m
1642-
memory: 3Gi
1642+
memory: 6Gi
16431643
securityContext:
16441644
allowPrivilegeEscalation: false
16451645
capabilities:

components/pipeline-service/production/stone-prod-p02/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,10 +1636,10 @@ spec:
16361636
resources:
16371637
limits:
16381638
cpu: 250m
1639-
memory: 3Gi
1639+
memory: 6Gi
16401640
requests:
16411641
cpu: 250m
1642-
memory: 3Gi
1642+
memory: 6Gi
16431643
securityContext:
16441644
allowPrivilegeEscalation: false
16451645
capabilities:

0 commit comments

Comments
 (0)