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:
Giancarlo Panichi 2014-06-13 10:51:47 +00:00
parent ab15d49523
commit 7532865227
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@
<executions>
<execution>
<configuration>
<extraJvmArgs>-Xmx800M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
<extraJvmArgs>-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
</configuration>
<goals>
<goal>compile</goal>