|
|
|
|
|
by Rapzid
3874 days ago
|
|
That's an awful lot of conjecture. I'd wager that most of what you would actually be running in a container would not have its memory usage significantly affected by the presence or absence of optional shared libs.. I'm with the parent on this; such claims warrant research. |
|
Here's a quick demo based on the trivial example of the memcached docker images I mentioned in another thread:
Notice the significant difference in RES (resident set size) and SHR (shared memory). Less trivial processes will have more shared libraries and bigger differences here. Multiply this kind of result times all the contained processes. It adds up.