일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 안철수
- paged pool
- failover cluster
- iSCSI target
- Local TempDB
- 작업관리자
- 클러스터
- Hyper-V
- windows media service
- dsquery
- SQL Server 2008
- nonpaged pool
- Windows Server 2008
- ftp7.5 장애조치 클러스터
- 프로세스 CPU 사용량
- windows update
- SQL Server 2012R2 FCI
- LiveKD
- MSCS on VMWare
- Xperf
- Windows Server 2016
- 터키여행
- windbg
- windows debugging tool
- cluster node as Domain controller
- 인문고전
- Session space
- Windows Server 2016 Hyper-v Cluster
- FTP7.5
- Nested VM
Archives
- Today
- Total
목록3gb (1)
류짱:Beyond MySelf
boot.ini 에 적용 된 3GB 옵션이 제대로 동작하는 확인 하는 방법
x86 머신에서 특정 어플리케이션에 많은 메모리를 할 당 하기 위해 boot.ini 파일에 3GB 옵션을 적용 하긴 했는데 실제 이게 적용이 된 건지 안된 건지 어떻게 알 수 있을 까요? 아래 명령어를 .vbs 로 저장 후 명령 프롬프트에서 실행 하면 메모리 사이즈를 확인 할 수 있습니다. 만약 3GB를 사용 중이시라면 mem.vbs 실행 후 결과 값이 3145600 로 나타 날 것입니다. strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery("Select MaxProcessMemorySize from Win32_Operat..
Microsoft/Windows Platform
2010. 9. 29. 14:46