참조
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/fsutil-behavior
https://extrememanual.net/9497
과거 : 메모리는 매우비싸니 아껴쓰자. 부족하면 하드디스크라도 쓰자.
현재 : 메모리 싸다. 팍팍쓰자. 부족하면 증설하자. 부득이한 상황에선 SSD라도 쓰자. 하지만 마모되는것 조심하자.
방향
- Page, Swap, 절전모드 비활성
- 파일캐시 증가
몇가지 이슈
- 가상메모리를 0(혹은 1~4GB)으로 했을때 문제되는 프로그램 있음 -> 써보고 문제있으면 그때 설정
- 프리모캐시는 향후 테스트, 비교
- 테라급메모리에서의 캐시활용
- M.2 SSD와의 속도차 감소, 옵테인 등장
1. 가상 메모리 해제 : 제어판에서 세팅
2. 나머지 도스창
wmic computersystem where name="%computername%" set AutomaticManagedPagefile=False
fsutil behavior set memoryusage 2
powercfg -h off
결과확인
wmic computersystem where name="%computername%" get AutomaticManagedPagefile
fsutil behavior query memoryusage
powercfg /query 381b4222-f694-41f0-9685-ff5bb260df2e 238c9fa8-0aad-41ed-83f4-97be242c8f20
'Windows' 카테고리의 다른 글
Remote Desktop Connection Manager 2.7 (0) | 2020.05.12 |
---|---|
DarkNamer, 만능파일이름변환도구 (윈도우, GUI) (0) | 2020.03.13 |
notepad++ 에서 빈줄제거 및 공백조절(제거)방법 (0) | 2013.03.25 |
중복파일 제거프로그램 더블킬러 (DoubleKiller) (0) | 2013.03.05 |
칼무리(무료 캡쳐프로그램) 사용방법 (0) | 2013.03.05 |
댓글