I had a winform app which consume much more memory than a similar app of
the competitor which looks written by VC. Compare the "VM Size" and "Mem
Usage" measure value in the task manager, my app always be twice over the
competitor's.
However, the customer ask us to try decrease the memory usage to a
reasonable range, otherwise ...
I had tried to do somethings such as releasing the reference, disposing,
and etc., as soon as posible, but it seems the memory usage only decrease a
little.
I had done google, but all the articles only describe how GC do with the
managed memory. Thus I had to look help from this news group, and hope
someone can give me some help
"Ignacio Machin \( .NET/ C# MVP \)" <machin TA laceupsolutions.com>
wrote in news:utUbJcBMHHA.2028 (AT) TK2MSFTNGP03 (DOT) phx.gbl:
Quote:
Hi
When the process ends or when the OS needs more memory (not sure
about this
though)
What problem are you having? |