From ebb0b8e3998e368f188e623cabf0b310f916d80d Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Sat, 26 Oct 2024 21:43:06 -0500 Subject: [PATCH] Update 2024-10-26-a-faster-liquidsoap-part-deux.md --- _posts/2024-10-26-a-faster-liquidsoap-part-deux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-10-26-a-faster-liquidsoap-part-deux.md b/_posts/2024-10-26-a-faster-liquidsoap-part-deux.md index 1992ccde7b57..a6b136ab05c1 100644 --- a/_posts/2024-10-26-a-faster-liquidsoap-part-deux.md +++ b/_posts/2024-10-26-a-faster-liquidsoap-part-deux.md @@ -85,7 +85,7 @@ of it used. ### Shared memory -Now all memory used by a process belongs to it! Typically, when a process loads a shared dynamic library, the binary code from that library is potentially shared +Not all memory used by a process belongs to it! Typically, when a process loads a shared dynamic library, the binary code from that library is potentially shared across all processes loading from the same library. Technically, this means that the binary code from the library is loaded in _shared memory pages_. These pages can be associated by the kernel to