Reduce memory footprint of a .NET application

Reduce memory footprint of a .NET application

 
   try
   {
      Process process = Process.GetCurrentProcess();
      process.MaxWorkingSet = loProcess.MaxWorkingSet;
      process.Dispose();
   }
   catch { }
 

Comments

Popular posts from this blog

Google to FTS Syntax Cheat Sheet

@@rowcount

Sql Index