-
Bug
-
Resolution: Done
-
Normal
-
OpenShift 4.7 Async
-
None
-
devex docs #199 Mar 25-Apr 15
-
2
-
Undefined
-
---
-
---
[URL]
https://github.com/openshift/openshift-docs/blob/enterprise-4.7/modules/cluster-logging-cpu-memory.adoc
https://github.com/openshift/openshift-docs/blob/enterprise-4.7/logging/config/cluster-logging-tolerations.adoc
[ISSUE]
It's a problem set lower memory/cpu limits/request that the recommended/default in the examples since it's so much common to find customers with performance issues and saying: "I have just copied" it from the docs. Then, I'll ask to modify the examples to always uses at least the default values or higher.
For example, in the example, it's possible to see:
elasticsearch:
nodeCount: 2
resources: (1)
limits:
memory: 2Gi
requests:
cpu: 200m
memory: 2Gi
storage:
storageClassName: "gp2"
size: "200G"
redundancyPolicy: "SingleRedundancy"
And the default values are 16G, like this:
elasticsearch:
nodeCount: 2
resources: (1)
limits:
memory: 16Gi <--- this
requests:
cpu: 200m
memory: 16Gi <---- this
storage:
storageClassName: "gp2"
size: "200G"
redundancyPolicy: "SingleRedundancy"
- is related to
-
RHDEVDOCS-3841 Don't use ES limits/request lower than default/recommended
-
- Closed
-