I notice the usual size of large memory. One application that I wrote is a console application that uses <50lines and simply downloads a series of files exclusively using WebRequest. Another application that is not trivial (mysql, dls, multithreads, listbox with 100 elements). The first uses 21mb (debug, ide), the other uses 39mb (debug, ide). I also have another application that has tried my site (also using WebRequest) to update the status, which is on my tray and notifies me using 26 MB (release, not run through ide).
Why are they so tall? I know that I wrote a C ++ application above using curl that ran <2mb, and my biggest C ++ prj is 11mb, which loads into a 100kb dll and 200kb binary file (using directx with win32 icons and sound ) How can I compile my code in C # to make it more convenient. I would like to deploy them on a server that can only have 128 or 256 MB of memory, and some of these applications will kill it.
Site note: I launched the first mentioned application (console DLer) in release mode (and via ide), and it jumped to 32 MB. What for!?! this is more confusing.
user34537
source
share