admin管理员组文章数量:1278826
We use Windows and Linux self-hosted agents to run our pipelines. When we are running similar tasks on both Linux and Windows agents (like git checkout, Azure CLI, powershell tasks) we observed that Linux agents are 2 times faster than windows agents. Just trying to understand why windows agents are taking time to run these tasks and how we can improve windows agents’ performance further.
We totally understand windows behavior of having multiple background processes, but we need to use windows agents for some of our pipelines. And this slowness is impacting our development and deployment timelines. Can we get some resolution/steps to increase performance on windows agents?
We have tried below steps but did not see any performance improvement:
- a) Set priority of agent service to high so that it would take precedence over other processes
- b) Pre-installing latest versions of softwares on agent
- c) Changing SKU of agent VM to higher vCPU (from Standard_D4s_v3 to Standard_d8ads_v5)
本文标签: Azure DevOps self hosted windows agents are running slowStack Overflow
版权声明:本文标题:Azure DevOps self hosted windows agents are running slow - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741209856a2358893.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论