Title: Tip: Increase user process address space to 3GB (and other misc. tweaks)
Slug: tip-increase-user-process-address-space-to-3gb-and-other-misc-tweaks
Date: 2009-05-26 11:13:00
Author: Kartones
Lang: en
Tags: Systems-IT, Videogames, Windows
Description: Tips for optimizing gaming PCs on Windows XP.

 <p>If your gaming PC uses Windows XP (or Windows 2003) and you mainly use it for gaming (I have a "dedicated gaming PC" only for that and watching movies/listening to music), you can change one option in the <a href="http://technet.microsoft.com/en-gb/sysinternals/bb963892.aspx">boot.ini file</a> to achieve two goals:</p>  <ul>   <li>Force detection of 3 GB of RAM in XP (32bits/x86). I've seen a few systems who didn't recognized correctly the 3 GB before this tweak. </li>    <li>Increase the user process address space to 3 GB. This way a single application can have as much as 3 GB for itself. This is great for videogames who eat almost all your PC resources.      <br>Note: The game's exe must have been compiled with a flag to be "3GB-aware", so not all games benefit from this. </li> </ul>  <p>The command to place on your boot.ini is "<b>/3GB</b>".</p>  <p> </p>  <p>Another common tweaks are disabling DEP/NoExecute (command "/noexecute=AlwaysOff"), moving your pagefile.sys file to another hard disk (instead of the one in which Windows is installed), or disabling pagefile at all if you have 3 or 4 GigaBytes of RAM (4 for Vista, 3 for XP).</p>  <p>If you have Vista you can also fully disable Aero and disable the "<a href="http://itsvista.com/2007/04/desktop-window-manager-session-manager/">Desktop Window Manager Session Manager</a>" and "<a href="https://www.howtogeek.com/howto/windows-vista/how-to-disable-superfetch-on-windows-vista/">Superfetch</a>" Services. Also, if you don't use them, disable the <a href="http://support.microsoft.com/kb/310405">System Restore Points</a> as they have a significant impact on HDD activity.</p>  <p> </p>  <p>More info of <a href="https://docs.microsoft.com/en-us/windows/win32/memory/physical-address-extension">Memory under Windows</a> and of <a href="http://support.microsoft.com/kb/875352">DEP</a>.</p>  <p> </p>  <p><b>Disclaimer</b>: As I said, this is optimum for gaming only pcs. If you use your pc for working, development or other tasks it is not recommended for example to disable Superfetch.</p>
