Pagefile Error Server 2012
i trying set page file microsoft recommended settings. server has 64gb of memory setting
itial size 98304mb , max 196608mb vm sees 174063mb of available space
i error message don't have enough disk space. false have 2 tb of disk space. came across article not working: http://support.microsoft.com/kb/973423/en-us
work around problem, use windows management instrumentation (wmi) instead of virtual memory user interface set page files.create page file, run following command:
set size of page file, run following command:
if not need page file on drive c, run following command delete it:
wmic.exe pagefileset name="c:\\pagefile.sys" delete
we have uefi enabled in bios , windows os/device manager sees entire drive space, know else @ correct issue ?? whitepaper, technet blogs can point appriecated, patch etc...
thanks reply. os windows server 2012 standard.
i tried turning off automatic pagefile - , creating file via command line using article reference above without success.
i tried script pagefilemodder.ps1 , worked there couple of errors in cmd:
pagefilemodder.ps1 -initialpagesize 98304 -maximumpagesize 196608 -computer server01 -pagepath c:\
thanks help!
Windows Server > Windows PowerShell
Comments
Post a Comment