Fixed out of memory
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@97410 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ab15d49523
commit
7532865227
2
pom.xml
2
pom.xml
|
@ -395,7 +395,7 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<configuration>
|
<configuration>
|
||||||
<extraJvmArgs>-Xmx800M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
|
<extraJvmArgs>-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>compile</goal>
|
<goal>compile</goal>
|
||||||
|
|
Loading…
Reference in New Issue