1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/snippets/pid-limits.adoc
2024-05-21 15:41:44 -04:00

32 lines
1.3 KiB
Plaintext

// Text snippet included in the following assemblies:
//
// SERVICE DEFINITION REFERENCES
//
// * /osd_architecture/osd-service-definition.adoc
//
// * /rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc *removed due to inappropriate context*
//
// MACHINE POOL REFERENCES
//
// * /osd_cluster_admin/osd_nodes/osd-nodes-machinepools-about.adoc
//
// * /rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc *removed due to inappropriate context*
//
:_mod-docs-content-type: SNIPPET
// The PID limits are only configurable through the ROSA CLI. Once they are configurable through OCM, the conditionalization can be removed.
[IMPORTANT]
====
As of {product-title} 4.11, the default per-pod PID limit is `4096`. If you want to enable this PID limit, you must upgrade your {product-title} clusters to this version or later. {product-title} clusters running versions earlier than 4.11 use a default PID limit of `1024`.
ifdef::openshift-rosa[]
You can configure the per-pod PID limit on a {product-title} cluster by using the ROSA CLI. For more information, see "Configuring PID limits".
endif::openshift-rosa[]
ifdef::openshift-dedicated[]
You cannot configure the per-pod PID limit on any {product-title} cluster.
endif::openshift-dedicated[]
====