Reputation: 3102
I want to test with a windows machine with low performance hard wares. Unfortunately I have a higher end machine. Is there a way to limit the performance of CPU and RAM memory usage? Can I do it through any other software or is there way through windows OS itself?
Upvotes: 1
Views: 426
Reputation: 127
Try CPUKiller - software for limiting CPU performance.
You can use the truncatememory boot options to limit the amount of memory available usable by Windows. See BCDEdit /set (MSDN)
Upvotes: 2
Reputation: 920
You can use VMWare to limit memory. You won't be able to limit processor speed in your virtual machine but you can assign only 1 core to it.
Upvotes: 2