From 4aeec05854a705cfed68ceef9aff5e4f7e15e6fa Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Wed, 30 Oct 2024 23:58:55 +0100 Subject: [PATCH] Fix typing error --- res/include/md/100_gigabit_ethernet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/include/md/100_gigabit_ethernet.md b/res/include/md/100_gigabit_ethernet.md index 8a6dace..02f9e37 100644 --- a/res/include/md/100_gigabit_ethernet.md +++ b/res/include/md/100_gigabit_ethernet.md @@ -400,9 +400,9 @@ performance. Most apps have no way to effectively use hundreds of CPU threads. At some point adding more threads will only consume more memory and CPU cycles just because -they kernel scheduler, memory controller and your language runtime have to -manage all those threads. This can cause huge amounts of overhead. My rule of -thumb: If you have 64 or more cores: `SMT OFF` +the kernel scheduler, memory controller and your language runtime have to manage +all those threads. This can cause huge amounts of overhead. My rule of thumb: If +you have 64 or more cores: `SMT OFF` ### IOMMU