views:

63

answers:

1

I need to test my program on a specific environment. I want to know how I can customize the cpu or ram usage, or see what will happen when I run my program to the hardware. I need this information:

  • memory usage
  • cpu usage
A: 

In this situation I think using a virtual machine (ex. Virtual Box) for testing should be better.

ZEAXIF