KamandJJirbande Posted December 7, 2008 Posted December 7, 2008 Hi, I am a newbie here and have a question : I have written my program and it's working great, without any problems. I also created a setup for it so I will release it soon. But there is a problem, all the software have technical specifications as well as : 1. Minimum system requirements 2. Recommended system requirements I don't know how I should determine this information? I only have one system! And have no idea how it will run on lower systems? Is there a software/tool I can use for this test? I'll pay if it's not free. I heard something about Intel Performance Analyzer and Thread Profiler, is this something I am looking for? Please help me guys/gals :) Quote
Administrators PlausiblyDamp Posted December 8, 2008 Administrators Posted December 8, 2008 Without knowing more about what the application does then this could be tricky. If you use any 3rd party components then these may specify a minimum requirement you could use as a starting point. http://msdn.microsoft.com/en-us/library/8z6watww.aspx lists the requirements for the versions of .Net itself and might also give you a rough idea of a minimum requirement. If your application is very cpu / video / memory intensive though then you are either going to have to make some educated guesses or see if you can try it on one or two machines of lower spec to get a feel for how well it behaves. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Nate Bross Posted December 8, 2008 Posted December 8, 2008 If your machine is hefty enough to run a VM or two, you can install Microsoft Virtual Server, which will let you setup Virtual Machines for which you can specify the amount of RAM they can use, as well as the percentage of overall CPU they are able to use. This will help give you a good baseline. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.