Forum Discussion
eflinger
Nov 30, 2023Copper Contributor
Azure DevOps 2020 (OnPremise) sporadic slow
I've the problem that during a work day our local Installation (Devops 2020 v1.2) reacts very slow for some minutes. The Server is bored at the same time. As a try we alreade deactivated local fire...
samy_vanderspikken
Nov 30, 2023Brass Contributor
Hi eflinger
It's an known issue that started coming up with Azure DevOps 2019.
Usually it has to do with the antivirus, but in your situation you can try the following solutions:
1. Patch the server to the latest version https://learn.microsoft.com/en-us/azure/devops/server/release-notes/azuredevops2020u1?view=azure-devops#azure-devops-server-2020-update-12-patch-10-release-date-november-14-2023
2. Or add more memory to the server
Please let me know if you have any other questions!
eflinger
Nov 30, 2023Copper Contributor
Hi
thanks i'll try the patches.
Antivirus is already deactivated.
thanks i'll try the patches.
Antivirus is already deactivated.
- DevOpsTravisDec 05, 2023Copper ContributorYou say the symptom appears during the work day. If you have everything installed on a single server, SQL, and Azure DevOps its likely the system doesn't have enough CPU or memory to handle the user load. IIS can use a lot of CPU and memory and that can starve SQL. The opposite is also true, if SQL server becomes busy then IIS is starved for resources. Look at your performance data. Or scale out the environment.