Evaluate software minimum requirements

前端 未结 5 1826
傲寒
傲寒 2021-02-09 23:42

Is there a way to evaluate the minimum requirements of a software? I mean, how can I discover, for example, the minimum amount of RAM that my application will need?

Than

5条回答
  •  长发绾君心
    2021-02-10 00:44

    You could use virtualization to repeatedly run a representative test suite with different amounts of RAM in the virtual machine...when the performance falls below acceptable levels due to swapping, you've found the memory requirement.

提交回复
热议问题