mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
enlarge memory size for GWT build and Tycho build
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user