Reducing Memory Footprint of any Process with EmptyWorkingSet
Ever wondered why does .NET winform application takes so much memory on startup ? It is obvious that most of this memory is not in use. The reason is that JIT compiler and the whole winforms engine is loaded into the process [ ... ]
posted @ 9:07 PM | Your thoughts