2 Answers - Sort by: Date | Rating
The virtual memory portion of the Windows NT executive is the virtual memory manager (VM). The design of the VM manager supposes that the underlying hardware must be supporting the virtual to physical mapping, the whole mechanism of paging, plus also permits the multiple page table entries to map to the same page frame.
The VM manager in Windows NT basically uses a page based management scheme with a page size of 4 KB. The pages of the data that are assigned to a process but are not in physical memory are stored in the paging file on the disk. As we know that, the VM manager uses 32 bit addresses, so each of the process has a 4 GB virtual address space. The upper 2 GB is identical for all of the processes and is mainly used by NT in the kernel mode.
The other lower 2 GB is distinct for every process and is accessible by both the user and the kernel mode threads. There is a two step process that is used by the NT VM manager to allocate the memory. Both of these two steps can share the memory by getting handles to same memory object.
The VM manager in Windows NT basically uses a page based management scheme with a page size of 4 KB. The pages of the data that are assigned to a process but are not in physical memory are stored in the paging file on the disk. As we know that, the VM manager uses 32 bit addresses, so each of the process has a 4 GB virtual address space. The upper 2 GB is identical for all of the processes and is mainly used by NT in the kernel mode.
The other lower 2 GB is distinct for every process and is accessible by both the user and the kernel mode threads. There is a two step process that is used by the NT VM manager to allocate the memory. Both of these two steps can share the memory by getting handles to same memory object.
0
0
The virtual memory is a space of hard disk that is used by operating system to store data of RAM which is not required urgently. As we know all the processed and unprocessed data in RAM (temporary memory) until the data is saved. Whenever the available amount of RAM is low then some data is stored on the hard disk to free RAM. Using this process computer perform the tasks even there is a shortage of memory.
The virtual memory manager is used to manage the virtual memory settings. We can see the current settings of virtual memory by pressing Window button + break (or right click on my computer icon) and select advanced tab. Here we can see the performance button. After clicking on this we can see current settings of the virtual memory. We can change the settings according to our requirement. This is normally required when we have small amount of RAM. But it is good to have more RAM because the RAM speed is higher than the hard disk speed.
The current settings of virtual memory can also be seen in task manager. Press Ctrl + Alt + Del and select task manager. Click of the performance tab. At the bottom of this tab you can see kernel memory in (Kilo bytes).
The virtual memory manager is used to manage the virtual memory settings. We can see the current settings of virtual memory by pressing Window button + break (or right click on my computer icon) and select advanced tab. Here we can see the performance button. After clicking on this we can see current settings of the virtual memory. We can change the settings according to our requirement. This is normally required when we have small amount of RAM. But it is good to have more RAM because the RAM speed is higher than the hard disk speed.
The current settings of virtual memory can also be seen in task manager. Press Ctrl + Alt + Del and select task manager. Click of the performance tab. At the bottom of this tab you can see kernel memory in (Kilo bytes).
0
0
- How To Install Primavera P6 In Windows 7?
- How Do I Get To A Pch Server?
- 2. What Are The Two Types Of OS Installation?
- What Is The Product Key For Compaq Presario Windows Xp?
- The To Start Menu Option Allows You To Add Your Favorite Programs To The Start Menu?
- What Is A Windows Service And How Does Its Lifecycle Differ From A .standard. EXE?
- Will Star Wars: Republic Commando Work On Windows 7 64 Bit?
- What Are The Improvements With Vista Compared To Windows Xp?
- Is Windows Is An Example Of Multi-user Operating System?
- What Is Product Registration?
- What Is Difference Of IIS 6.0 And IIS 5.1 For Windows 2003?
- Is There A Windows 7 (64 Bit) Patch For SW: Kotor 1?
- What Is ARP Cache Poisoning?
- In Windows Xp Is There A Way To Automatically Change File Name When Copying File To A Folder Containing The Same File Name?
- I Need A Windows Xp Pro Service Pack 2 Version 2002 Product Key Cd Part # X10-59871?
- How Do I Get My Start Menu In Xp?
- How To Open The Service Menu On Lg Rhythm?
- I Have Windows Prof 2000 How Do I Reset Or Check My Domain Name It Ask For To Get It To Work?
- How Do I Get Bits Back So I Can Download Windows Update?
- What Is Accessories?
- How To Activate Window Vista Business?
- What Is The Purpose Of Io.sys?
- What Are There More Of In A Client/server Network?
- How To Install Primavera 3 In Windows 7 ( 64 Bit )?
- I Need A Windows Xp Master Key. Can You Help?
- What Is Windows NT?
- How Does Windows NT Support Multitasking?
- What Are The Design Principles Of Windows NT?
- What Is The Difference Between Windows NT DNS And Windows 2003 DNS?
- What's The Difference Windows NT Server And Windows 2000 Server?
- What Is The Difference Between Windows NT, 2000 And 2003 Servers?
- What Is Virtual Memory?
- What Is The Virtual Memory And Its Function?
- Running Out Of Virtual Memory How To Get More?

New Comment - Comments are editable for 5 min.