enlarge memory size for GWT build and Tycho build

This commit is contained in:
Axel Uhl
2022-04-29 13:15:43 +02:00
parent 66b5ad5afa
commit f1362babaa
+2 -2
View File
@@ -45,7 +45,7 @@
-Dfile.encoding=cp1252 -Dmongo.dbName=winddbTest -DspatialWind=true
</parameters.common>
<parameters.vm-settings>
-ea -Xmx8096m -XX:+UseG1GC
-ea -Xmx10g -XX:+UseG1GC
</parameters.vm-settings>
<parameters.tractrac>
-Dtractrac.tunnel=true -Dtractrac.tunnel.host=localhost
@@ -541,7 +541,7 @@
<!-- GWT version detected from dependencyManagement -->
<execution>
<configuration>
<extraJvmArgs>-Dgwt.persistentunitcache=false -Xmx4g -Djava.io.tmpdir=${env.TMP} -Dgwt.watchFileChanges=false</extraJvmArgs>
<extraJvmArgs>-Dgwt.persistentunitcache=false -Xmx8g -Djava.io.tmpdir=${env.TMP} -Dgwt.watchFileChanges=false</extraJvmArgs>
<fragmentCount>4</fragmentCount>
<!--
<userAgents>chrome</userAgents>