svn commit: r15960 - trunk: src/argouml-app/src/bin www/faqs

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: dthompson
Date: 2008-11-03 12:41:49-0800
New Revision: 15960

Modified:
   trunk/src/argouml-app/src/bin/argouml.bat
   trunk/src/argouml-app/src/bin/argouml.sh
   trunk/www/faqs/users.html

Log:
Issue 5472: Adding minimum heap size to .bat, .sh launchers, and to user FAQ.

Modified: trunk/src/argouml-app/src/bin/argouml.bat
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/bin/argouml.bat?view=diff&rev=15960&p1=trunk/src/argouml-app/src/bin/argouml.bat&p2=trunk/src/argouml-app/src/bin/argouml.bat&r1=15959&r2=15960
==============================================================================
--- trunk/src/argouml-app/src/bin/argouml.bat	(original)
+++ trunk/src/argouml-app/src/bin/argouml.bat	2008-11-03 12:41:49-0800
@@ -1,4 +1,4 @@
 @echo off

-java -Xmx512m -cp argouml.jar org.argouml.application.Main %1 %2 %3 %4 %5 %6 %7 %8

+java -Xms64m -Xmx512m -cp argouml.jar org.argouml.application.Main %1 %2 %3 %4 %5 %6 %7 %8

 

 if errorlevel 1 pause


Modified: trunk/src/argouml-app/src/bin/argouml.sh
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/bin/argouml.sh?view=diff&rev=15960&p1=trunk/src/argouml-app/src/bin/argouml.sh&p2=trunk/src/argouml-app/src/bin/argouml.sh&r1=15959&r2=15960
==============================================================================
--- trunk/src/argouml-app/src/bin/argouml.sh	(original)
+++ trunk/src/argouml-app/src/bin/argouml.sh	2008-11-03 12:41:49-0800
@@ -25,5 +25,5 @@
   fi
 done
 
-java -Xmx512m -jar `dirname $PRG`/argouml.jar "$@"
+java -Xms64m -Xmx512m -jar `dirname $PRG`/argouml.jar "$@"
 

Modified: trunk/www/faqs/users.html
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/faqs/users.html?view=diff&rev=15960&p1=trunk/www/faqs/users.html&p2=trunk/www/faqs/users.html&r1=15959&r2=15960
==============================================================================
--- trunk/www/faqs/users.html	(original)
+++ trunk/www/faqs/users.html	2008-11-03 12:41:49-0800
@@ -306,9 +306,9 @@
   the supplied launch scripts for ArgoUML (.bat, .sh, .jnlp, .lnk), all
   use:<br>
 <PRE>
-    java -Xmx512m -jar argouml.jar
+    java -Xms64m -Xmx512m -jar argouml.jar
 </PRE>
-  If you have problems with large models, you may need to set this higher.
+  If you have problems with large models, you may need to set -Xmx512m to a higher number.
 <br></DD>
 
 </DL>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.