The following steps will tell Windows to use all available RAM before using the swap file.

  1. Open the system.ini file
  2. Go under the header 386Enh
  3. Create a entry ConservativeSwapfileUsage=1
    Example:
    [386Enh]
    .
    .
    .
    ConservativeSwapfileUsage=1

The following steps will tell Windows to unload all the Dynamic Link Libraries (DLL) after they are used.

  1. Run Regedit and go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer
  2. Create a String, AlwaysUnloadDLL
  3. Enter 1 for the value of the AlwaysUnloadDLL String

That's all to it...