Unless you're working in a severely memory constrained environment there's no cause for alarm for something using 100KB of RAM in one .NET version and 3KB in a different .NET version.
That being said, if you want a more scientific and rigourous look to be sure it's not a fluke, I'd recommend creating test projects using BenchmarkDotNET with memory profiling enabled.