Hardware Requirements<p>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)..</p> <p> </p> <p>Thanks</p>© 2009 Microsoft Corporation. All rights reserved.Thu, 19 Jun 2008 00:15:52 Zcd489adb-3ee5-4e86-ac86-655a5fe59720http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/cd489adb-3ee5-4e86-ac86-655a5fe59720#cd489adb-3ee5-4e86-ac86-655a5fe59720http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/cd489adb-3ee5-4e86-ac86-655a5fe59720#cd489adb-3ee5-4e86-ac86-655a5fe59720BrunoZPhttp://social.msdn.microsoft.com/Profile/en-US/?user=BrunoZPHardware Requirements<p>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)..</p> <p> </p> <p>Thanks</p>Tue, 14 Mar 2006 17:07:27 Z2006-03-14T17:07:27Zhttp://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/cd489adb-3ee5-4e86-ac86-655a5fe59720#d1bb28a0-b033-4bfb-a329-0945c8ad2865http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/cd489adb-3ee5-4e86-ac86-655a5fe59720#d1bb28a0-b033-4bfb-a329-0945c8ad2865Sean Kornishhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sean%20KornishHardware RequirementsIt 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.Tue, 14 Mar 2006 18:05:59 Z2006-03-14T18:05:59Z