memory - If you increase the address space for an OS, does the Phys Mem used by the program increase? -


i learning os.

i know: address space size = # of pages x page size

so if increase address space size, number of pages increases:(not page size). however, isn't virtual page number one-for-one mapping physical page numbers(frames), if number of pages increases address space doesn't frames , hence, size of ram used increase address space increases?

or, bigger address space cause more physical frames each frames physical memory size reduces total memory split among more frames.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -