From 645b03853a656b49d1d49f4081a3ef98851baf7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Thu, 5 Feb 2009 09:17:59 +0000 Subject: [PATCH] Notice about setting -Xss1024k in widget set build script for OOPHM. For #2523. svn changeset:6736/svn branch:trunk --- WebContent/release-notes.html | 5 +++++ 1 file changed, 5 insertions(+) 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 (#2299), so the OOPHM is the only option for debugging in hosted mode in Linux.

+

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 compile-widgetset.xml +with the following parameter for the Java process (currently included in the example build +script): <jvmarg value="-Xss1024k"/>.

+

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 -- 2.39.5