Skip to content

Commit 873aa36

Browse files
authored
Add AzDO
1 parent a627a92 commit 873aa36

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

troubleshooting/codeql-builds/compiled-languages-csharp.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,10 @@ variables:
257257

258258
## Vertical Scaling - Throw hardware at the software problem.
259259

260-
Large applications can be compute/memory/disk bound as the base Actions runners are small instances (2core/8GBram/14GB SSD). See the [recommended hardware requirements for CodeQL](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql) based on Codebase size.
261-
- Setup a [self-hosted CI action runner](https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization) in your infrastructure that has some more powerful specs that can handle your large application.
262-
- [Actions larger runners ](https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners)
263-
- This allows for up to a 64 core machine with 256GB RAM and 2040 GB of SSD storage
264-
260+
Large applications can be compute/memory/disk bound as the default hosted runners are small instances (2core/8GBram/14GB SSD). Generally, anything over 100k lines of code will benefit from bigger hardware. See the [recommended hardware requirements for CodeQL](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/recommended-hardware-resources-for-running-codeql) based on Codebase size.
261+
- On GitHub Actions, setup a [self-hosted CI action runner](https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization) in your infrastructure that has some more powerful specs that can handle your large application.
262+
- [Actions larger runners ](https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners) allows for up to a 64 core machine with 256GB RAM and 2040 GB of SSD storage
263+
- On Azure DevOps Pipelines, setup a [self-hosted agent](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents) on your own hardware or Virtual Machine Scale Set agents.
265264

266265
## Horizontal Scaling - Continue to decompose your solution.
267266

0 commit comments

Comments
 (0)