Some of our processes (.net managed) consumes different amount of memory on different systems. one of the systems has 32 cores while the other has only 2 cores - can that fact impact the memory ? I also noticed that there are many (20+) GC threads at the one that consume more while the other system doesn't.
Can that be related to the GC operational mode ?