Thursday, September 9, 2010

How to configure pagefile in windows 2008 Server Core

From http://www.hyper-v.nu/blogs/jaapwess/?p=41 we read:
To configure the pagefile on a Hyper-V Server Core or Hyper-V Server you can use the following commands:

wmic computersystem set AutomaticManagedPagefile=False 
wmic pagefileset where name="c:\\pagefile.sys" set InitialSize=4000,MaximumSize=6000


It is possible to check the pagefile settings using the following command:

wmic pagefile get /format:list

No comments:

Post a Comment