This is an interesting idea that makes use of System.Threading and System.Diagnostics to poll the provided process (or current process) and manually attempt to reduce the WorkingSet (the memory actually reserved by Windows for the process).
Of course
Read More