Adjust pipeline mem again

This commit is contained in:
dotasek 2024-10-28 16:00:20 -04:00
parent 2de5c65347
commit cbafe2a28f
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<commons_io_version>2.17.0</commons_io_version> <commons_io_version>2.17.0</commons_io_version>
<guava_version>32.0.1-jre</guava_version> <guava_version>32.0.1-jre</guava_version>
<hapi_fhir_version>6.4.1</hapi_fhir_version> <hapi_fhir_version>6.4.1</hapi_fhir_version>
<validator_test_case_version>1.6.0</validator_test_case_version> <validator_test_case_version>1.6.1-SNAPSHOT</validator_test_case_version>
<jackson_version>2.17.0</jackson_version> <jackson_version>2.17.0</jackson_version>
<junit_jupiter_version>5.9.2</junit_jupiter_version> <junit_jupiter_version>5.9.2</junit_jupiter_version>
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version> <junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
@ -434,7 +434,7 @@
while if true it will use an executable. --> while if true it will use an executable. -->
<fork>true</fork> <fork>true</fork>
<meminitial>512m</meminitial> <meminitial>512m</meminitial>
<maxmem>2G</maxmem> <maxmem>1G</maxmem>
<debug>true</debug> <debug>true</debug>
<compilerArgs> <compilerArgs>
<arg>-J-XX:MaxRAMPercentage=50.0</arg> <arg>-J-XX:MaxRAMPercentage=50.0</arg>

View File

@ -28,7 +28,7 @@ jobs:
options: '--settings $(Agent.TempDirectory)/settings.xml -Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -DskipTests -DdeployToSonatype -P CHECKSTYLE' options: '--settings $(Agent.TempDirectory)/settings.xml -Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -DskipTests -DdeployToSonatype -P CHECKSTYLE'
${{ else }}: ${{ else }}:
options: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -DskipTests -P CHECKSTYLE' options: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -DskipTests -P CHECKSTYLE'
mavenOptions: '-Xmx2G' mavenOptions: '-Xmx1G'
javaHomeOption: 'JDKVersion' javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11' jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64' jdkArchitectureOption: 'x64'