일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Windows Server 2008
- nonpaged pool
- LiveKD
- failover cluster
- Local TempDB
- windows update
- cluster node as Domain controller
- Xperf
- iSCSI target
- FTP7.5
- 클러스터
- paged pool
- SQL Server 2008
- dsquery
- windows debugging tool
- windows media service
- 프로세스 CPU 사용량
- windbg
- MSCS on VMWare
- SQL Server 2012R2 FCI
- Nested VM
- Hyper-V
- Session space
- 터키여행
- 안철수
- Windows Server 2016
- 인문고전
- Windows Server 2016 Hyper-v Cluster
- ftp7.5 장애조치 클러스터
- 작업관리자
Archives
- Today
- Total
목록pool memory (1)
류짱:Beyond MySelf
시스템이 초기화 될 때, 메모리 관리자는 커널모드 구성 요소들이 시스템 메모리를 할당하기 위해 사용하는 두 가지 종류의 동적으로 크기가 변화는 메모리 풀 공간 즉 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