this link might be an interesting read since task manager doesn't seem to be the tool to use if you really want to know what the memory usage for an app is. http://www.itwriting.com/dotnetmem.php ----- Original Message ----- From: Rob Kennedy To: [email protected] Sent: Tuesday, August 09, 2005 5:31 PM Subject: Re: [delphi-en] Finding how much memory is required for application
sg1lang wrote: > Is there a software available to determine how much minimum memory is > required for an application to properly run after loading, all > variables and arrays initialized, etc? Start your program. Before doing anything in it, look at what Task Manager reports for your program. Task Manager isn't great for detecting memory leaks or getting byte-accurate memory readings, but you're not looking for that. You're looking for an estimate of how much memory is required, and Task Manager is fine for generating estimates. -- Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] SPONSORED LINKS C programming language Computer programming languages The c programming language C programming language List of programming languages Delphi programmer ------------------------------------------------------------------------------ YAHOO! GROUPS LINKS a.. Visit your group "delphi-en" on the web. b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ------------------------------------------------------------------------------ [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hchcbnp/M=362329.6886308.7839368.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1123659694/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

