View Single Post
  #1 (permalink)  
Old 12-05-2005, 06:11 PM
Java_Exception Java_Exception is offline
Kilobyte
 
Join Date: 07 Oct 2005
Posts: 74
Java_Exception is an unknown quantity at this point
Default Unload .dll’s to Free Memory

Windows Explorer caches DLLs (Dynamic-Link Libraries) in memory for a period of time after the application using them has been closed. This can be an inefficient use of memory.

1. Find the key [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersionExplorer].
2. Create a new DWORD sub-key named ‘AlwaysUnloadDLL’ and set the default value to equal ‘1′ to disable Windows caching the DLL in memory.
3. Restart Windows for the change to take effect.
Reply With Quote
Sponsored Links