diff --git a/manifests/dpa.yaml b/manifests/dpa.yaml index 3d24516..2f4111c 100644 --- a/manifests/dpa.yaml +++ b/manifests/dpa.yaml @@ -33,8 +33,8 @@ spec: podConfig: resourceAllocations: limits: - cpu: "2" # Increased for database compression - memory: "2Gi" # Increased for larger chunks + cpu: "1" # Increased for database compression + memory: "1Gi" # Increased for larger chunks requests: cpu: "200m" memory: "512Mi" @@ -50,10 +50,9 @@ spec: resourceAllocations: limits: cpu: "500m" - memory: "512Mi" + memory: "2Gi" requests: cpu: "100m" - memory: "256Mi" + memory: "512mi" logFormat: text -