Skip to content

Commit

Permalink
fix: increase memory requests for vmaas-sync
Browse files Browse the repository at this point in the history
RHINENG-10893
  • Loading branch information
psegedy committed Jun 25, 2024
1 parent b2ff379 commit 60a3229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -878,10 +878,10 @@ parameters:
value: 500m
- name: MEMORY_REQUEST_VMAAS_SYNC
description: Requested memory for pod
value: "512Mi"
value: "1Gi"
- name: MEMORY_LIMIT_VMAAS_SYNC
description: Maximum memory limit for pod
value: "512Mi"
value: "2Gi"
- name: CPU_REQUEST_NOTIFICATOR
description: Requested CPU for pod
value: 200m
Expand Down

0 comments on commit 60a3229

Please sign in to comment.