How to reduce memory usage by winform (C#) ?

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top