Skip to content

Commit a599d9b

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines: remove Xmx3072m option
remove update of java heap space
1 parent fb06a64 commit a599d9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
inputs:
2424
mavenPomFile: 'pom.xml'
2525
goals: 'clean'
26-
options: '-Xmx3072m'
2726
publishJUnitResults: true
2827
testResultsFiles: '**/surefire-reports/TEST-*.xml'
2928
javaHomeOption: 'JDKVersion'
@@ -98,7 +97,6 @@ jobs:
9897
inputs:
9998
mavenPomFile: 'pom.xml'
10099
goals: 'clean test -Dprofile=local'
101-
options: '-Xmx3072m'
102100
publishJUnitResults: true
103101
testResultsFiles: '**/surefire-reports/TEST-*.xml'
104102
javaHomeOption: 'JDKVersion'

0 commit comments

Comments
 (0)