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

  • Thread starter Thread starter JF
  • Start date Start date
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

Reducing memory usage 3
Winform Memory Usage 3
memory usage 1
reduce memory usage 1
Memory leak? 4
Winforms and memory usage 12
General Windows Forms and Memory Question 4
Memory usage 1

Back
Top