Jump to content

Memory overcommitment

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ironholds (talk | contribs) at 20:16, 16 February 2014 (new computing article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Memory overcommitment is a concept in virtualization that covers the assignment of more memory to virtual computing devices than the physical machine they are hosted on actually has. This is possible because virtual machines do not necessarily use as much memory at any one point as they are assigned, creating a buffer. If four virtual machines each have 1GB of memory on a physical machine with 4GB of memory, but those virtual machines are only using 500MB, it is possible to create additional virtual machines that take advantage of the 500MB each existing machine is leaving free.[1] memory swapping is then used to hande 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.[2]

References

  1. ^ Portnoy, Matthew (2012). Virtualization Essentials. John Wiley & Sons. p. 60. ISBN 1118240170.
  2. ^ Siebert, Eric (2009). VMware VI3 Implementation and Administration. Prentice Hall Professional. p. 166. ISBN 0137008597.