reduced memory settings in pom.xml again

This commit is contained in:
Axel Uhl
2022-04-29 20:56:05 +02:00
parent 7b059e0d16
commit ebf7c723a9
+2 -2
View File
@@ -45,7 +45,7 @@
-Dfile.encoding=cp1252 -Dmongo.dbName=winddbTest -DspatialWind=true
</parameters.common>
<parameters.vm-settings>
-ea -Xmx10g -XX:+UseG1GC
-ea -Xmx8192m -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 -Xmx8g -Djava.io.tmpdir=${env.TMP} -Dgwt.watchFileChanges=false</extraJvmArgs>
<extraJvmArgs>-Dgwt.persistentunitcache=false -Xmx4g -Djava.io.tmpdir=${env.TMP} -Dgwt.watchFileChanges=false</extraJvmArgs>
<fragmentCount>4</fragmentCount>
<!--
<userAgents>chrome</userAgents>