NOWS/MEMO

terminologies 140406

emzei 2014. 4. 6. 23:23

memory overcommitment


http://searchservervirtualization.techtarget.com/definition/memory-overcommit

Memory overcommit (or overcommitment) is a hypervisor feature that allows a virtual machine (VM) to use more memory space than the physical host has available. For example, virtualization platforms like VMware ESX allow a host server with 2 GB of physical memory to run four guest machines, each with 1 GB of memory space allocated.

The idea of memory overcommit may seem dangerous, because a computer will crash if physical memory is exhausted. In actual practice, however, overcommitment of server computing resources is harmless -- most VMs use only a small portion of the physical memory that is allocated to them. For the previous example, a guest machine with 1 GB of physical memory allocated to it might only need 300-400 MB, leaving 600-700 MB of allocated space unused. If all four example machines use 300 MB, the physical server will have 800 MB of its original 2 GB left over.

Still, some VMs may need all (or even more) of the memory that they have been allocated, while some VMs may need considerably less. Hypervisors such as ESX can identify idle memory and dynamically reallocate unused memory from some VMs to others that need more memory. If none of the current guest machines need additional memory, any idle physical memory can be used to host additional guest machines if necessary.



above technique is achieved by"balloon" driver --- ballooning


working set size

the amount of memory needed to compute the answer to a problem


double paging

http://stackoverflow.com/questions/2792482/double-paging-definition

It's a problem that occurs when you have a system that is running in a very high-memory utilization state where much of the physical memory is owned by a critical OS resource (like the kernel) and therefore, can't be swapped out by the usual means. It's a fairly common problem to have to dodge in virtualizing OS instances. There's a brief blurb on it here:

http://www.usenix.org/events/osdi02/tech/waldspurger/waldspurger_html/node5.html



'NOWS > MEMO' 카테고리의 다른 글

리눅스 파티션 매뉴얼  (0) 2014.05.01
LDR vs. MOV  (0) 2014.04.27
coupon collector's problem  (0) 2014.03.11
Tamper resistance (탬퍼링 방지 기술)  (0) 2014.02.20
close-to-open consistency  (0) 2014.02.17