首页 > 试题广场 >

Describe the management scheme

[问答题]

Describe the management scheme of the virtual memory manager.How does the VM manager improve performance?

推荐

Answer:The VM Manager uses a page based management scheme. Pages of data allocated to a process that are not in physical memory are stored in either paging files on disk or mapped to a regular file on a local or remote file system.To improve performance of this scheme,a

privileged process is allowed to lock selected pages in physical memory preventing those pages from being paged out.Furthermore,since when a page is used,adjacent pages will likely be used in the near future,adjacent pages are prefetched to reduce the total number of page faults.


发表于 2018-05-05 21:05:43 回复(0)