[jboss-svn-commits] JBL Code SVN: r29980 - in labs/jbossesb/trunk/product/samples/quickstarts: bpm_orchestration4 and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 4 17:49:47 EST 2009
Author: tfennelly
Date: 2009-11-04 17:49:47 -0500 (Wed, 04 Nov 2009)
New Revision: 29980
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration3/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration4/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBESB-2952
Permgen exceptions on bpm_orchestration3 and bpm_orchestration4
Modified: labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration3/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration3/readme.txt 2009-11-04 22:49:10 UTC (rev 29979)
+++ labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration3/readme.txt 2009-11-04 22:49:47 UTC (rev 29980)
@@ -9,6 +9,11 @@
To Run:
===========================
+ Note: If running this quickstart on the App Server, you will need to ensure
+ that the App Server JVM is started with enough PermGen space e.g:
+
+ JAVA_OPTS="-Xms128m -Xmx512m -XX:PermSize=200M -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+
1. In a command terminal window in this folder ("Window1"), type 'ant deploy'.
2. type 'ant deployProcess'
3. In Window1, type 'ant startProcess -Dtoken=Demo1'
Modified: labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration4/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration4/readme.txt 2009-11-04 22:49:10 UTC (rev 29979)
+++ labs/jbossesb/trunk/product/samples/quickstarts/bpm_orchestration4/readme.txt 2009-11-04 22:49:47 UTC (rev 29980)
@@ -1,7 +1,12 @@
Overview:
=========
- Review the docs/Readme.pdf
+ Review the docs/Readme.pdf
To Run '.esb' archive mode:
===========================
+ Note: If running this quickstart on the App Server, you will need to ensure
+ that the App Server JVM is started with enough PermGen space e.g:
+
+ JAVA_OPTS="-Xms128m -Xmx512m -XX:PermSize=200M -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+
Review the docs/Readme.pdf
More information about the jboss-svn-commits
mailing list