diff options
author | Marko Grönroos <magi@iki.fi> | 2009-02-05 09:17:59 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2009-02-05 09:17:59 +0000 |
commit | 645b03853a656b49d1d49f4081a3ef98851baf7c (patch) | |
tree | 13f935bfc3aead16503f9e3d0b583681c410941e /WebContent/release-notes.html | |
parent | 712e88815f898f73513a7cc6b7c2c1965c91caf8 (diff) | |
download | vaadin-framework-645b03853a656b49d1d49f4081a3ef98851baf7c.tar.gz vaadin-framework-645b03853a656b49d1d49f4081a3ef98851baf7c.zip |
Notice about setting -Xss1024k in widget set build script for OOPHM. For #2523.
svn changeset:6736/svn branch:trunk
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ea663600f7..7419196233 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -276,6 +276,11 @@ compatible with IT Mill Toolkit 5.3.0 (<a href="http://dev.itmill.com/ticket/2299">#2299</a>), so the OOPHM is the only option for debugging in hosted mode in Linux.</p> +<p>The compilation of OOPHM widget sets uses a large amount of stack memory, so if the +JVM default is too small, you should set it explicitly in <tt>compile-widgetset.xml</tt> +with the following parameter for the Java process (currently included in the example build +script): <tt><jvmarg value="-Xss1024k"/></tt>.</p> + <p>As the OOPHM package is experimental, you should use it only for debugging purposes during development. For production use, you should compile your custom widget sets with the regular IT Mill Toolkit package |