mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
15 lines
527 B
Plaintext
15 lines
527 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_networking/microshift-cni.adoc.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="microshift-network-performance_{context}"]
|
|
= Network performance optimizations
|
|
|
|
[role="_abstract"]
|
|
By default, three performance optimizations are applied to OVS services to minimize resource consumption:
|
|
|
|
* CPU affinity to `ovs-vswitchd.service` and `ovsdb-server.service`
|
|
* `no-mlockall` to `openvswitch.service`
|
|
* Limit handler and `revalidator` threads to `ovs-vswitchd.service`
|