We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11978a5 commit 777d633Copy full SHA for 777d633
build/containers-scenarios.yml
@@ -22,6 +22,10 @@ parameters:
22
type: object
23
default:
24
25
+ - displayName: 0.1 - 256mb
26
+ arguments: --property cpu=0.1 --property mem=256mb --property size=100m-256mb --application.cpuLimitRatio 0.1 --application.memoryLimitInBytes 256000000
27
+ - displayName: 0.25 - 256mb
28
+ arguments: --property cpu=0.25 --property mem=256mb --property size=250m-256mb --application.cpuLimitRatio 0.25 --application.memoryLimitInBytes 256000000
29
- displayName: 0.5 - 256mb
30
arguments: --property cpu=0.5 --property mem=256mb --property size=500m-256mb --application.cpuLimitRatio 0.5 --application.memoryLimitInBytes 256000000
31
- displayName: 1 - 512mb
0 commit comments