I have two systems with different Xeon processors and different amounts of RAM. Both run on Ubuntu 16 and have the same docker version. My applications are dockerized.
I ran the same docker image on both the systems and the amount of memory they consumed on both the systems are 610 MB and 814 MB.
I'm trying to figure out why this difference occurs. Does having a faster CPU reduce the usage of memory? and if so then why does it take less memory?