Welcome to Brendon Davis
The place where I’m in charge
Change Server Core Page File
Autor brendon
Fragmented page files have been known to drastically effect system performance and when you have servers hosting connections for hundreds of users this is not a good thing. When building servers for numerous customers it has been common practice to hard set a page file to 1.5x RAM size (To a maximum of 4GB).
Seeing how System Properties is missing from Windows Server Core, changing the size and allocation of the page file has become a little more involved.
Be warned, the following instructions involve the use of the windows registry editor. Incorrect use can screw up your system. You make this configuration at your own risk…..
- Open regedit.exe
- Navigate to HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Manager\
- Edit the REG_MULTI_SZ entry named ‘PagingFiles’
- Enter the drive letter, file name and required pagefile size, one line per file.
eg. C:\pagefile.sys 512 - Cross your fingers, reboot the server (shutdown /t 0 /r) and after logging on Task Manager should show the updated page file size.
Hope this helps…
Reader's Comments
Options
-
March 24, 2008 -
Server, ServerCore, TechStuff -
1 comment
-
Comments RSS -
Del.ico.us
-
Digg!

[...] – Settings – Instructions to change the page file drive & [...]