How can I create a pagefile larger than 4GB on one volume?

John Savill

July 18, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. The largest pagefile that you can create on one volume is 4GB, but you can edit the registry to create multiple pagefiles in separate folders on one volume.

  1. Open a registry editor (regedit for Windows XP; regedt32 for Windows 2000 or earlier).

  2. Go to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management registry subkey.

  3. Double-click PagingFiles. The entry will appear as in the following example:

     g:pagefile.sys 380 480 

    The entry shows the pagefile's location, name, initial size, and maximum size.

  4. To create multiple pagefiles on one volume, specify the names of the desired number of folders on the volume. For example, to create three pagefiles on volume G, enter

     g:pagefile1pagefile.sys 3000 4000 g:pagefile2pagefile.sys 3000 4000 g:pagefile3pagefile.sys 3000 4000 
  5. Click OK.

  6. Close the registry editor.

  7. Reboot the machine.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like