mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
93 lines
1.4 KiB
Plaintext
93 lines
1.4 KiB
Plaintext
// Module is included in the following assemblies:
|
|
// * observability/logging/log_storage/installing-log-storage.adoc
|
|
// * network_observability/installing-operators.adoc
|
|
|
|
ifeval::["{context}" == "installing-log-storage"]
|
|
:restricted:
|
|
endif::[]
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="loki-deployment-sizing_{context}"]
|
|
= Loki deployment sizing
|
|
|
|
Sizing for Loki follows the format of `1x.<size>` where the value `1x` is number of instances and `<size>` specifies performance capabilities.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
It is not possible to change the number `1x` for the deployment size.
|
|
====
|
|
|
|
.Loki sizing
|
|
[cols="1h,4*",options="header"]
|
|
|===
|
|
|
|
|
|1x.demo
|
|
|1x.extra-small
|
|
|1x.small
|
|
|1x.medium
|
|
|
|
|Data transfer
|
|
|Demo use only
|
|
|100GB/day
|
|
|500GB/day
|
|
|2TB/day
|
|
|
|
|Queries per second (QPS)
|
|
|Demo use only
|
|
|1-25 QPS at 200ms
|
|
|25-50 QPS at 200ms
|
|
|25-75 QPS at 200ms
|
|
|
|
|Replication factor
|
|
|None
|
|
|2
|
|
|2
|
|
|2
|
|
|
|
|Total CPU requests
|
|
|None
|
|
|14 vCPUs
|
|
|34 vCPUs
|
|
|54 vCPUs
|
|
|
|
ifdef::restricted[]
|
|
|Total CPU requests if using the ruler
|
|
|None
|
|
|16 vCPUs
|
|
|42 vCPUs
|
|
|70 vCPUs
|
|
endif::restricted[]
|
|
|
|
|Total memory requests
|
|
|None
|
|
|31Gi
|
|
|67Gi
|
|
|139Gi
|
|
|
|
ifdef::restricted[]
|
|
|Total memory requests if using the ruler
|
|
|None
|
|
|35Gi
|
|
|83Gi
|
|
|171Gi
|
|
endif::restricted[]
|
|
|
|
|Total disk requests
|
|
|40Gi
|
|
|430Gi
|
|
|430Gi
|
|
|590Gi
|
|
|
|
ifdef::restricted[]
|
|
|Total disk requests if using the ruler
|
|
|80Gi
|
|
|750Gi
|
|
|750Gi
|
|
|910Gi
|
|
endif::restricted[]
|
|
|===
|
|
|
|
ifeval::["{context}" == "installing-log-storage"]
|
|
:!restricted:
|
|
endif::[]
|