Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Beauxis <[email protected]>
  • Loading branch information
vitoyucepi and toots committed Oct 27, 2024
1 parent fcff20a commit bf4d92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-10-26-a-faster-liquidsoap-part-deux.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ and OS-dependent!
In Linux, if you use `top` or a similar tool, the most common measure of memory consumption is `RSS` for
[_Resident set size_](https://en.wikipedia.org/wiki/Resident_set_size).

While this number includes shared memory, it does not imply that if `10` processes each use `30MB` of RSS memory, the
total memory used by the system is `300MB`.
One important thing about RSS memory usage is that it includes shared memory. So, if `10` processes each use `30MB` of
RSS memory, the total memory used by the system will not be `300MB`.

Moreover, if a program like Liquidsoap depends on many shared libraries, the total reported `RSS` memory may be quite
large; however, it might not accurately reflect the actual memory the application occupies.
Expand Down

0 comments on commit bf4d92a

Please sign in to comment.