• Upgrade your Internet Experience
  • Sign in
  • Microsoft.com
  • United States (English)
    Brasil (Português)Česká republika (Čeština)Deutschland (Deutsch)España (Español)France (Français)Italia (Italiano)Россия (Русский)대한민국 (한국어)中华人民共和国 (中文)台灣 (中文)日本 (日本語)香港特别行政區 (中文)
 
 
Visual C# Developer Center
 
 
Home
 
 
Library
 
 
Learn
 
 
Downloads
 
 
Support
 
 
Community
 
 
Forums
 
 
 
Visual C# Developer Center > Visual C# Forums > Visual C# General > Hardware Requirements
Ask a questionAsk a question
Search Forums:
  • Search Visual C# General Forum Search Visual C# General Forum
  • Search All Visual C# Forums Search All Visual C# Forums
  • Search All MSDN Forums Search All MSDN Forums
 

QuestionHardware Requirements

  • Tuesday, March 14, 2006 5:07 PMZopoStyle Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    I have a Report that if it needs to work with more than 35000 registrys, it's consume more than 60% of my system memory, how can I calculate how much memory I'm gonna need (i'm using... 512 MB)..

     

    Thanks

    • ReplyReply
    • QuoteQuote
     

All Replies

  • Tuesday, March 14, 2006 6:05 PMSean Kornish Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0
    It would be difficult to figure out how much memory your application will use at runtime.  To do some testing, run a few single processes and measure the average memory usage.  Run a few multiple processes (5-10 or so).  If the total of the multiple test is close to what the single test is times the number of tests you ran, then you'll have a good idea what each process will use, then just multiply that by 35000 or whatever you're using.
    • ReplyReply
    • QuoteQuote
     
Need Help with Forums? (FAQ)
 
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement