일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- dsquery
- paged pool
- FTP7.5
- 인문고전
- Windows Server 2016 Hyper-v Cluster
- windows update
- MSCS on VMWare
- 프로세스 CPU 사용량
- failover cluster
- SQL Server 2012R2 FCI
- iSCSI target
- windows debugging tool
- Windows Server 2008
- Local TempDB
- Xperf
- SQL Server 2008
- Windows Server 2016
- Nested VM
- LiveKD
- nonpaged pool
- Session space
- 안철수
- windbg
- ftp7.5 장애조치 클러스터
- Hyper-V
- 작업관리자
- 클러스터
- cluster node as Domain controller
- 터키여행
- windows media service
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