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