I've ported my application on .NET 7 and by testing it on Windows 7 64 bit I've descovered a bug - the .NET 7 process allocated huge amount on memory just in Main(). I've created a simple "Hello word" ...