From e947b74e859a4893732a109557c661e4d9297962 Mon Sep 17 00:00:00 2001 From: Kersten Richter Date: Tue, 14 May 2024 12:44:02 -0500 Subject: [PATCH] Update qos_intro.adoc Signed-off-by: Kersten Richter --- qos_intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qos_intro.adoc b/qos_intro.adoc index 8f8cbf1..c675c2f 100644 --- a/qos_intro.adoc +++ b/qos_intro.adoc @@ -20,7 +20,7 @@ When multiple workloads are running concurrently on modern processors with large core counts, multiple cache hierarchies, and multiple memory controllers, the performance of a workload can become less deterministic or even non-deterministic. This situation occurs because the worload performance depends on the behavior of the -other workloads in the machine that contend for the shared resources, whcih can lead to +other workloads in the machine that contend for the shared resources, which can lead to interference. In many deployment scenarios, such as public cloud servers, the workload owner might not be in control of the type and placement of other workloads in the platform.