Skip to content

Commit 43ce94e

Browse files
authored
Increase mem alloc for license scanning container (#20793)
1 parent 8c1509e commit 43ce94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/eng/pipelines/vmr-license-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ extends:
8585
dependsOn: Setup
8686
container:
8787
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-source-build-test-amd64
88-
options: '--memory=6g'
88+
options: '--memory=12g'
8989
pool:
9090
name: NetCore1ESPool-Svc-Internal
9191
demands: ImageOverride -equals 1es-ubuntu-2204

0 commit comments

Comments
 (0)