Hi
reading about terminal server sizing I recognized the term "system page table entries" quite often. Unfortunaltey
I understand the 4 GB virtual memory is devided into 2 GB users space (a private space for each process) and a 2 GB system space. Page table entries are used to map virtual memory addresses to physical ones.
From my understanding, system page table entries are used to map the complete 2 GB system space to physical memory and normal PTEs describe the users space. I heard SPTEs are a limited resource and the OS is not able to use the complete 2 GB space due to this limitation
If I'm wrong and SPTEs describe only portions of the system space, which portions are described? Why isn't it possible to use just PTEs
I appreciate your help
Stephan