Is the memory usage of typical software exaggerated?
0
votes
1
answer
68
views
Suppose multiple processes are using the same shared library (such as Gtk). Presumably, they
mmap
the library file, and physically, the RAM is shared?
However, the size of the library gets added to each process's memory size, as shown in the system monitor, leading to exaggerated numbers. Is this accurate?
Asked by MWB
(133 rep)
Oct 25, 2021, 10:20 PM
Last activity: Oct 26, 2021, 05:29 AM
Last activity: Oct 26, 2021, 05:29 AM