diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-31 13:20:01 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-31 13:21:34 +0300 |
commit | a9b001ddb6e358af872987836afd812763859200 (patch) | |
tree | 5c2534a02e3fdbb44154a2f54e6570643e028a5c /compatibility-client-compiled | |
parent | 8532ed304b73f8d90e254bd9f969d579668981fe (diff) | |
download | vaadin-framework-a9b001ddb6e358af872987836afd812763859200.tar.gz vaadin-framework-a9b001ddb6e358af872987836afd812763859200.zip |
Increase memory for compatibility-client-compiled SDM
Change-Id: I13a7df46f768390cb35c5519a6cfc444355b15f4
Diffstat (limited to 'compatibility-client-compiled')
-rw-r--r-- | compatibility-client-compiled/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compatibility-client-compiled/pom.xml b/compatibility-client-compiled/pom.xml index ebd405fe38..da8e7c6866 100644 --- a/compatibility-client-compiled/pom.xml +++ b/compatibility-client-compiled/pom.xml @@ -92,6 +92,7 @@ <webappDirectory>${project.build.outputDirectory}/VAADIN/widgetsets</webappDirectory> <persistentunitcachedir>${project.build.directory}/gwt-unitCache</persistentunitcachedir> <style>${widgetset.style}</style> + <extraJvmArgs>-Xmx1G</extraJvmArgs> </configuration> <executions> <execution> |