|
-
May 12th, 2008, 11:15 AM
#1
Thread Starter
Addicted Member
Calculating minimum hardware requirements
Hi Guys, are there any tools around that can tell me the minimum hardware requirements for newly developed peice of software?
Thanks
Stefan
-
May 12th, 2008, 01:48 PM
#2
Re: Calculating minimum hardware requirements
Well I'm not sure if there is any software out there that does this (at least reliably). Typically you take the most intensive process your application can run and determine what kind of machine is required to do said processing.
For example if I'm writing a 3D game that makes heavy use of DirectX 10 then you'll need a DirectX 10 card, enough RAM to hold the temporary data (how much does it typically use?) and a powerful enough CPU to do the rest of the work.
If you wrote the application you should know how intensive it is and how much hardware you require as each piece of hardware does something specific so you need to look at how your application affects those pieces of hardware.
-
May 13th, 2008, 05:11 AM
#3
Thread Starter
Addicted Member
Re: Calculating minimum hardware requirements
Ok we'll im sure I can put together a sensible spec. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|