일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Local TempDB
- windows update
- 작업관리자
- 인문고전
- windbg
- dsquery
- SQL Server 2008
- 클러스터
- 프로세스 CPU 사용량
- windows debugging tool
- FTP7.5
- SQL Server 2012R2 FCI
- Session space
- Windows Server 2016
- iSCSI target
- Nested VM
- Windows Server 2016 Hyper-v Cluster
- LiveKD
- nonpaged pool
- Hyper-V
- paged pool
- windows media service
- Windows Server 2008
- Xperf
- 터키여행
- MSCS on VMWare
- 안철수
- ftp7.5 장애조치 클러스터
- failover cluster
- cluster node as Domain controller
- Today
- Total
목록Pooltag (2)
류짱:Beyond MySelf
Event 2019, 2020은 Nonpaged pool이나 Paged pool이 부족 할 경우 발생한다고 여러차례 설명을 하였습니다. Nonpaged pool과 pagde pool를 합쳐서 pool memory(풀 메모리)라고 합니다. http://ryuchan.kr/entry/Nonpaged-pool비페이징-풀-Paged-pool페이징-풀 이 풀 메모리에는 시스템 관련 드라이버나 커널 객체들이 로드 되는데 풀 메모리 부족 현상이 발생하는 주요 이유는 풀 메모리에 로드 되는 드라이버들의 메모리 누수(Leak) 때문입니다. 풀 메모리의 부족으로 Event 2019혹은 2020이 발생 한다면 아래와 같은 4가지 방법으로 시스템의 풀 메모리를 가장 많이 사용하는 Pool tag를 확인 할 수 있습니다. 문제..
MmSt pool tag가 어디에 무엇에 사용되는지 왜 많은 paged pool 메모리를 사용하는 지 이해가 되지 않았었는데 아래 블로그를 보니 완전 입감되네요.. Getting to Know the MmSt Pool Tag http://blogs.technet.com/b/askperf/archive/2011/09/23/getting-to-know-the-mmst-pool-tag.aspx What is the MmSt pool tag? The MmSt pool tag is used by the Memory Manager when reserving memory for section prototype PTEs. A prototype PTE is a structure that maps the physical ..