-
Bug
-
Resolution: Done
-
Minor
-
None
-
ACM 2.8.0
-
1
-
False
-
None
-
False
-
-
-
Low
-
No
Description of problem:
After deploying and managing 3600+ SNOs the search-api container is crashlooping because of OOM.
# oc get po -n open-cluster-management NAME READY STATUS RESTARTS AGE ... search-api-c966ff7fc-cckrn 1/1 Running 43 (15m ago) 17h ...
Version-Release number of selected component (if applicable):
OCP Hub 4.12.14
Deployed SNOs - 4.13.0-rc.6
ACM - 2.8.0-DOWNSTREAM-2023-04-30-18-44-29
How reproducible:
Steps to Reproduce:
- ...
Actual results:
Expected results:
Additional info:
Tuned the search-api via search CR:
oc patch search -n open-cluster-management search-v2-operator --type json -p '[{"op": "add", "path": "/spec/deployments/queryapi/resources", "value": {"limits": {"memory": "4Gi"}, "requests": {"memory": "1Gi", "cpu": "25m"}}}]'