You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/10/19 20:25:50 UTC

svn commit: r1400209 - /incubator/ctakes/site/trunk/content/ctakes/source.mdtext

Author: chenpei
Date: Fri Oct 19 18:25:50 2012
New Revision: 1400209

URL: http://svn.apache.org/viewvc?rev=1400209&view=rev
Log:
fixed typo on web site in "-Xmx1g"

Modified:
    incubator/ctakes/site/trunk/content/ctakes/source.mdtext

Modified: incubator/ctakes/site/trunk/content/ctakes/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/content/ctakes/source.mdtext?rev=1400209&r1=1400208&r2=1400209&view=diff
==============================================================================
--- incubator/ctakes/site/trunk/content/ctakes/source.mdtext (original)
+++ incubator/ctakes/site/trunk/content/ctakes/source.mdtext Fri Oct 19 18:25:50 2012
@@ -38,7 +38,7 @@ pipeline.launch.
 
  1. svn co [https://svn.apache.org/repos/asf/incubator/ctakes/trunk][2] ctakes
  2. mvn clean compile package
- 3. [Optional] If you would like to launch the UIMA CVD/CPE GUI, run $ MAVEN_OPTS="-Xmx10" mvn -PrunCVD compile
+ 3. [Optional] If you would like to launch the UIMA CVD/CPE GUI, run $ MAVEN_OPTS="-Xmx1g" mvn -PrunCVD compile
 
 Notes:  If you run the mvn package, it will generate a binary distribution in /ctakes-distribution/target/ctakes-{release}-bin.tar.gz/zip.