]> source.dussan.org Git - vaadin-framework.git/commitdiff
Notice about setting -Xss1024k in widget set build script for OOPHM. For #2523.
authorMarko Grönroos <magi@iki.fi>
Thu, 5 Feb 2009 09:17:59 +0000 (09:17 +0000)
committerMarko Grönroos <magi@iki.fi>
Thu, 5 Feb 2009 09:17:59 +0000 (09:17 +0000)
svn changeset:6736/svn branch:trunk

WebContent/release-notes.html

index ea663600f71cd8090c72797fac3f9cecbf40fcdd..741919623333dab42e6312b8157a307dfed809d8 100644 (file)
@@ -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>&lt;jvmarg value="-Xss1024k"/&gt;</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