G
Guest
We are calling a static method in a class part of the project. This is C#.
If we pass variables we see a constant growth in memory that does not seem
to stop.
If we do not pass variables, the memory usage does not grow.
We understand GC is supposed to take care of releasing memory, but we
started to go over 300,000,000 and decided this was not OK.
Any thoughts/help is appreciated.
If we pass variables we see a constant growth in memory that does not seem
to stop.
If we do not pass variables, the memory usage does not grow.
We understand GC is supposed to take care of releasing memory, but we
started to go over 300,000,000 and decided this was not OK.
Any thoughts/help is appreciated.