Linked by Thom Holwerda on Thu 27th Dec 2012 19:50 UTC
Thread beginning with comment 546513
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: It would be a small miracle if it didn't run
by saso on Fri 28th Dec 2012 13:33
in reply to "RE[3]: It would be a small miracle if it didn't run"




Member since:
2005-09-14
It's not so much lying as it is being difficult to give an accurate representation of it. If the same shared library is loaded by multiple apps, it's actually only loaded into memory once and then mapped into each corresponding app's address space (at least the code section ; the data and other modifiable sections are mapped COW). That consequently makes it difficult to accurately assess the true memory usage of a given app, since, if the library is being used by more than one, you can't really lay the blame for that additional memory onto any given app, hence the complex and often confusing numbers one gets as far as memory usage goes.