Windows에서 대용량 램 충분히 활용하기
큰 메모리를 충분히 활용하고 싶어서 여러가지 방법을 찾아봤다.
방법
가상 메모리 해제
swapfile.sys 비활성화
관리자 권한으로 실행한 PowerShell에서, (Win + X, A)
New-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management” -Name SwapfileControl -Value 0 -PropertyType D...
kdy1.dev2 min read