B
Bill Jones
I have a very simple little utility program that when started shows
about 10meg in Task Manager. I'd like to distribute this program, but
I'm certain some semi-savvy users will balk over it's size not
understanding about Automatic Garbage Collection and will just say C#
is a pig.
If I Minimize the app and then Restore it, memory drops to about 2meg.
Can I somehow programmatically cause this memory reduction without
resorted to something crude like setting the state to minimized then
back normal. I tried calling GC.Collect() and it doesn't show any
change in Task Manager.
about 10meg in Task Manager. I'd like to distribute this program, but
I'm certain some semi-savvy users will balk over it's size not
understanding about Automatic Garbage Collection and will just say C#
is a pig.
If I Minimize the app and then Restore it, memory drops to about 2meg.
Can I somehow programmatically cause this memory reduction without
resorted to something crude like setting the state to minimized then
back normal. I tried calling GC.Collect() and it doesn't show any
change in Task Manager.