Which memory conservation technique collaborates with the server to reclaim pages that are considered least valuable by the guest operating system?

Which memory conservation technique collaborates with the server to reclaim pages that are considered least valuable by the guest operating system?

Which memory conservation technique collaborates with the server to reclaim pages that are considered least valuable by the guest operating system?

A.
Transparent Page Sharing

B.
Memory Balloon Driver

C.
Ram Overcommit

D.
VMkernel Swap

Explanation:
By default the balloon driver is used to reclaim idle memory. The balloon driver is in fact used as some operating systems only update there internal free memory map.
Source: http://www.yellow-bricks.com/2010/03/11/mem-idletax/



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Leo

Leo

yes, the answer is A

Micide

Micide

Answer is B.
It is requested to reclaim “least valuable” memory pages, that’s exactly what the ballooning will do.

Transparent page sharing is made to track redundant memory pages.

Leo

Leo

Yes Micide, B is correct, I’ve been confused

Gary

Gary

Yes there is a difference here. Least valuable and redundant copies. If claiming least valuable pages then it’s balloon driver.

The memory balloon driver (vmmemctl) collaborates with the server to reclaim pages that are considered “least valuable” by the guest operating system.

Host uses a proprietary transparent page sharing technique to securely eliminate “redundant copies” of memory pages