일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- paged pool
- nonpaged pool
- Session space
- FTP7.5
- Hyper-V
- windows media service
- cluster node as Domain controller
- MSCS on VMWare
- failover cluster
- windows update
- 인문고전
- LiveKD
- Local TempDB
- Nested VM
- Xperf
- 안철수
- Windows Server 2008
- Windows Server 2016 Hyper-v Cluster
- 프로세스 CPU 사용량
- 클러스터
- SQL Server 2012R2 FCI
- SQL Server 2008
- dsquery
- 터키여행
- ftp7.5 장애조치 클러스터
- 작업관리자
- windbg
- iSCSI target
- Windows Server 2016
- windows debugging tool
Archives
- Today
- Total
목록pool memory (1)
류짱:Beyond MySelf
Nonpaged pool(비페이징 풀) & Paged pool(페이징 풀)
시스템이 초기화 될 때, 메모리 관리자는 커널모드 구성 요소들이 시스템 메모리를 할당하기 위해 사용하는 두 가지 종류의 동적으로 크기가 변화는 메모리 풀 공간 즉 Paged pool과 NonPaged pool을 생성한다. Nonpaged Pool (비페이징 풀) 언제나 실제 메모리에 상주하여 언제든지 어느 수준 IRQL 수준에서나 어느 프로세스 컨텍스트에서나 페이지 폴트를 내지 않고 엑세스 할 수 있다고 보장된 시스템 가상 주소 영역이다. The kernel and device drivers use nonpaged pool to store data that might be accessed when the system can’t handle page faults. The kernel enters such ..
Microsoft/Windows Platform
2010. 10. 26. 09:27