windows 如何确定最低系统要求
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/398586/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to determine minimum system requirements
提问by Jon B
How do you decide what the minimum system requirements are for a Windows application? (OS, RAM, HD, CPU). I usually go with my gut, but I'd like to be able to back that up with something.
您如何确定 Windows 应用程序的最低系统要求是什么?(操作系统、RAM、HD、CPU)。我通常凭直觉行事,但我希望能够用一些东西来支持它。
回答by George Stocker
On the same note, are there tools available to artifically limit CPU speed and RAM? I'd like to be able to slow a test computer down, rather than acquire a system with an antequated CPU.
同样,是否有工具可以人为地限制 CPU 速度和 RAM?我希望能够降低测试计算机的速度,而不是购买 CPU 过时的系统。
The second part of your question is answered in great detail here.
您的问题的第二部分在这里得到了非常详细的回答。
回答by GWLlosa
Your minimum system requirements are the highest requirements of the set of system requirements of your dependencies.
您的最低系统要求是您的依赖项的系统要求集的最高要求。