How to find system requirements?

How is it that you find out what ram and processor you need to run a game?
You test the game on hundreds of machines and thousands of VMs with all variations of all settings and you profile its resource usage and performance. Then you look at all the collected data and analyze it.

It's not exactly suitable for an indie developer to do.
Is there a program or library that can just test your program and see the memory usage and processor? I don't think I would be able to test my game on hundreds of PCs.
No.
Is there anyway to see your memory usage while your running a program?
You mean aside from Task Manager?

Windows Performance Monitor allows you to monitor and record what's up.

Performance Monitoring Getting Started Guide
http://technet.microsoft.com/en-us/library/dd744567%28v=ws.10%29.aspx

Andy
Topic archived. No new replies allowed.