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
Thursday, September 9, 2010
How to configure pagefile in windows 2008 Server Core
Labels:
Core,
Hyper-V,
Hyper-V R2,
Windows Server 2008,
Windows Server 2008 R2
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment