From fdb2bb20b98638341f9ca5d27f1d28761fb8ea43 Mon Sep 17 00:00:00 2001 From: jmpenn Date: Tue, 21 May 2024 11:48:48 -0500 Subject: [PATCH] Update Realtime-Best-Practices.md Add "Did I mention you should buy more memory?" to 3.5 instead of "Buy more memory! Do it!" Makes it clear that it's intentional. --- docs/howto_guides/Realtime-Best-Practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/Realtime-Best-Practices.md b/docs/howto_guides/Realtime-Best-Practices.md index e793783a..bf3b0bf7 100644 --- a/docs/howto_guides/Realtime-Best-Practices.md +++ b/docs/howto_guides/Realtime-Best-Practices.md @@ -490,7 +490,7 @@ Insufficient random access memory (RAM) leads to virtual memory page swapping, w #### 3.5 Avoid Intel “Efficiency” Cores -Intel "efficiency" cores aren’t currently recognized by most Linux OS’s and will cause a lot of problems. They are more energy efficient, but slower, the opposite of what hard realtime needs. RHEL8 is unable to determine which cores are “E” (Efficiency) and which are “P” (Performance). Buy more memory. Do it! +Intel "efficiency" cores aren’t currently recognized by most Linux OS’s and will cause a lot of problems. They are more energy efficient, but slower, the opposite of what hard realtime needs. RHEL8 is unable to determine which cores are “E” (Efficiency) and which are “P” (Performance). Did I mention you should buy more memory? --- ### 4. Network