Determing system requirements to run a .NET application

牧云@^-^@ 提交于 2019-12-10 17:37:29

问题


How can I determine the minimum system requirement for a .NET application?

I'd like to be able to determine what I should list as a minimum system requirements to run my application in terms of RAM, CPU, etc.

The application is written in C# and uses .NET 3.5 and DirectX9.

Is it all about trial and error (running it in various setups to see if it works), or are there tools to do this?


回答1:


Usually you try it out on different hardware and keep note on how well it runs. From that you'll be able to deduce what is needed or recommended. I am not aware of other methods. Certainly you can't go around and say "Hey, this IL instruction here will totally need a Pentium 4".



来源:https://stackoverflow.com/questions/1865897/determing-system-requirements-to-run-a-net-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!