1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/network-observability-resources-table.adoc

37 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// Module included in the following assemblies:
// * network_observability/configuring_operator.adoc
:_mod-docs-content-type: REFERENCE
[id="network-observability-resources-table_{context}"]
= Resource considerations
[role="_abstract"]
Review the resource considerations table, which provides baseline examples for configuration settings, such as eBPF memory limits and LokiStack size, tailored to various cluster workload sizes.
The following table outlines examples of resource considerations for clusters with certain workload sizes.
[IMPORTANT]
====
The examples outlined in the table demonstrate scenarios that are tailored to specific workloads. Consider each example only as a baseline from which adjustments can be made to accommodate your workload needs.
====
.Resource recommendations
[options="header"]
|===
| | Extra small (10 nodes) | Small (25 nodes) | Large (250 nodes) ^[2]^
| *Worker Node vCPU and memory* | 4 vCPUs\| 16GiB mem ^[1]^ | 16 vCPUs\| 64GiB mem ^[1]^ |16 vCPUs\| 64GiB Mem ^[1]^
| *LokiStack size* | `1x.extra-small` | `1x.small` | `1x.medium`
| *Network Observability controller memory limit* | 400Mi (default) | 400Mi (default) | 400Mi (default)
| *eBPF sampling interval* | 50 (default) | 50 (default) | 50 (default)
| *eBPF memory limit* | 800Mi (default) | 800Mi (default) | 1600Mi
| *cacheMaxSize* | 50,000 | 100,000 (default) | 100,000 (default)
| *FLP memory limit* | 800Mi (default) | 800Mi (default) | 800Mi (default)
| *FLP Kafka partitions* | | 48 | 48
| *Kafka consumer replicas* | | 6 | 18
| *Kafka brokers* | | 3 (default) | 3 (default)
|===
[.small]
--
1. Tested with AWS M6i instances.
2. In addition to this worker and its controller, 3 infra nodes (size `M6i.12xlarge`) and 1 workload node (size `M6i.8xlarge`) were tested.
--