J
JF
I would build a light background program that communicate with web services...
I created an empty winform application (C#) and had a watch on the memory used in the taskbar:
I can see +-14 Mb used for this application. That's really heavy for a program that do nothing!
How can I reduce the amount of memory used?
I saw that when i reduce the Form, the used memory falls to approxymatively 1 mb, thats good, i tried to automatically reduce the form but i don't really like this way to reduce the memory usage...
Is there any solution?
I created an empty winform application (C#) and had a watch on the memory used in the taskbar:
I can see +-14 Mb used for this application. That's really heavy for a program that do nothing!
How can I reduce the amount of memory used?
I saw that when i reduce the Form, the used memory falls to approxymatively 1 mb, thats good, i tried to automatically reduce the form but i don't really like this way to reduce the memory usage...
Is there any solution?