Re: C# System.String Memory Usage



have you tried forcing a GC.Collect(2) just to see if it makes a difference?
If so, why not do that on a timer... say, every 15 minutes?


Thanks,
Shawn


.