Re: Ordered it!

From: Will DeWitt Jr. (edge_at_boink.net)
Date: 11/08/03


Date: 7 Nov 2003 16:22:33 -0700

Tony Caduto wrote:

> I don't know if that's true...
> With C#builder a simple one form test app with a button and a couple
> of edit boxes consumes over 20mb, at least according to the task
> manager. That's just what I have seen in the past. Of course the
> task manager is not the best way to test this type of thing.
> Before anyone flames me, just understand this was just a observation.

This is precisely what I did with a copy of Borland C# Builder-- a GUI
app consumed somewhere between 7-12 MB with just some basic components
on it. A console app consumed I think 6 MB just sitting there after
having done a WriteLine followed by a ReadLine. Not sure how you got
20 MB, but even starting out with a base of 6-7 MB is pretty offensive.
I'd hate to see what a full app would use memory-wise.

Like you, this is just an observation, I know Task Manager isn't
scientific and may not be accurate in this case-- what I'd welcome is
an explanation of why this isn't a problem and how much memory is it
really using? (Again, empty form and a plain console app, nothing else
thrown in.)

Will