Reputation:
How do you decide what the minimum system requirements are for a Windows application? (OS, RAM, HD, CPU). I usually go with my gut, but I'd like to be able to back that up with something.
Upvotes: 11
Views: 6351
Reputation: 57877
On the same note, are there tools available to artifically limit CPU speed and RAM? I'd like to be able to slow a test computer down, rather than acquire a system with an antequated CPU.
The second part of your question is answered in great detail here.
Upvotes: 2
Reputation: 24403
Your minimum system requirements are the highest requirements of the set of system requirements of your dependencies.
Upvotes: 1