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