Memory usage

O

Oyvind Eriksen

I have a quite small program that basically reads file information, moves
files and adds the file info to a database. The program have one form with a
listview, two comboboxes and a couple of buttons and labels. At startup it
reads some info from a database to the comboboxes. After startup, the
program uses 10mb of "normal" memory and 20mb of "pagefile" memory. In my
opinion thats quite alot...

Is that normal? If so, does anyone have some tips for redusing / optimizing
memory usage?


Regards,
Oyvind Eriksen
 
N

Nicholas Paldino [.NET/C# MVP]

Oyvind,

Yes, this is normal, and to be expected. It's not a big deal at all,
considering the loading of the CLR, the libraries for data, windows forms,
etc, etc.
 

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

Top