svn commit: r14842 - trunk/www/faqs/users.html
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dthompson Date: 2008-05-31 03:41:32-0700 New Revision: 14842 Modified: trunk/www/faqs/users.html Log: Updated FAQ to reflect heap space setting. Modified: trunk/www/faqs/users.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/faqs/users.html?view=diff&rev=14842&p1=trunk/www/faqs/users.html&p2=trunk/www/faqs/users.html&r1=14841&r2=14842 ============================================================================== --- trunk/www/faqs/users.html (original) +++ trunk/www/faqs/users.html 2008-05-31 03:41:32-0700 @@ -296,13 +296,15 @@ </a>. <DT><a name="xmx">Can I use ArgoUML for "large" projects?</a></DT> -<DD>Yes. But be sure to increase the default heap space, +<DD>Yes. But be sure to use a large heap space when you have more than about 50 modelelements. - You can increase the heap space for any Java application by starting that - application from the command prompt and doing the likes of:<br> + The heap space for any java application can be defined on the command line, + the supplied launch scripts for ArgoUML (.bat, .sh, .jnlp, .lnk), all + use:<br> <PRE> - java -jar -Xmx512m argouml.jar + java -Xmx512m -jar argouml.jar </PRE> + If you have problems with large models, you may need to set this higher. <br></DD> </DL>