memory overcommitment
Memory overcommitment is a concept in computing that covers the assignment of more memory to virtual computing devices (or processes) than the physical machine they are hosted, or running on, actually has. This is possible because virtual machines (or processes) do not necessarily use as much memory at any one point as they are assigned, creating a buffer. If four virtual machines each have 1 GB of memory on a physical machine with 4 GB of memory, but those virtual machines are only using 500 MB, it is possible to create additional virtual machines that take advantage of the 500 MB each existing machine is leaving free.{{cite book|last=Portnoy|first=Matthew|title=Virtualization Essentials|url=https://archive.org/details/virtualizationes00port|url-access=limited|publisher=John Wiley & Sons|date=2012|pages=[https://archive.org/details/virtualizationes00port/page/n79 60]|isbn=978-1118240175}} Memory swapping is then used to handle spikes in memory usage. The disadvantage of this approach is that memory swap files are slower to read from than 'actual' memory, which can lead to performance drops.{{cite book|last=Siebert|first=Eric|title=VMware VI3 Implementation and Administration|url=https://archive.org/details/whatsupamericani00mcpa_044|url-access=limited|publisher=Prentice Hall Professional|date=2009|pages=[https://archive.org/details/whatsupamericani00mcpa_044/page/n176 166]|isbn=978-0137008599}} Another disadvantage is that, when running out of real memory, the system is relying on the applications to not use the additional memory despite it being allocated to them. Should a program do so anyway, it or another has to be killed in order to free up memory to prevent the system from freezing. The OOM Killer is what performs this task.
While memory overcommitment is usually talked about in the context of virtualization, it is actually a generalised concept; Windows NT contained overcommitment features, as do most modern generalised operating systems,{{Cite web |url=https://www.sepago.com/blog/2008/09/25/vmware-vs-microsoft-why-memory-overcommitment-is-useful-in-production-and-why |title=VMware vs. Microsoft: Why Memory Overcommitment is Useful in Production and Why Microsoft Denies it |access-date=22 April 2015 |archive-date=5 March 2016 |archive-url=https://web.archive.org/web/20160305041600/https://www.sepago.com/blog/2008/09/25/vmware-vs-microsoft-why-memory-overcommitment-is-useful-in-production-and-why |url-status=bot: unknown }} including the Linux kernel.{{cite web|url=https://blog.csdn.net/maimang1001/article/details/29630477|title=When Linux Runs Out of Memory|last=Santosa|first= Mulyadi|publisher=O'Reilly Media|accessdate=22 April 2015}}