diff options
author | Marko Grönroos <magi@iki.fi> | 2009-02-05 08:18:37 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2009-02-05 08:18:37 +0000 |
commit | 712e88815f898f73513a7cc6b7c2c1965c91caf8 (patch) | |
tree | 2600b3d5cdb4e8dcafe07050f2b2045c437e977d /build | |
parent | bd9145417e34ebc4fc553daaa7eaa7a17a691d91 (diff) | |
download | vaadin-framework-712e88815f898f73513a7cc6b7c2c1965c91caf8.tar.gz vaadin-framework-712e88815f898f73513a7cc6b7c2c1965c91caf8.zip |
Set JVM stack size to 1024k, as the default was not enough in some platforms with OOPHM. For #2523.
svn changeset:6734/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r-- | build/package/build-widgetset.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/package/build-widgetset.xml b/build/package/build-widgetset.xml index e8516b4d30..ec400c2d70 100644 --- a/build/package/build-widgetset.xml +++ b/build/package/build-widgetset.xml @@ -80,6 +80,8 @@ See configure target to adjust this buildfile. <arg value="-out" /> <arg value="${client-side-destination}" /> <arg value="com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet" /> + <jvmarg value="-Xss1024k"/> + <jvmarg value="-Djava.awt.headless=true"/> <classpath> <path refid="compile.classpath"/> </classpath> |