Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B28071106A for ; Tue, 17 Jun 2014 18:30:18 +0000 (UTC) Received: (qmail 88159 invoked by uid 500); 17 Jun 2014 18:30:18 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 88124 invoked by uid 500); 17 Jun 2014 18:30:18 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 88113 invoked by uid 99); 17 Jun 2014 18:30:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 18:30:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 18:30:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4D84F23889D5; Tue, 17 Jun 2014 18:29:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1603249 - in /ctakes/trunk: ctakes-assertion/ ctakes-assertion/resources/launch/ ctakes-chunker/resources/launch/ ctakes-clinical-pipeline/resources/launch/ ctakes-core/resources/launch/ ctakes-distribution/src/main/bin/ ctakes-lvg/resourc... Date: Tue, 17 Jun 2014 18:29:55 -0000 To: commits@ctakes.apache.org From: chenpei@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140617182956.4D84F23889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chenpei Date: Tue Jun 17 18:29:54 2014 New Revision: 1603249 URL: http://svn.apache.org/r1603249 Log: CTAKES-263 - OpenJDK6: Out of memory error on CVD default example Made the max heap consistent to 3g across the pipelines launch startup scripts. Not sure why we actually need so many different eclipse launch scripts, but that is a separate issue. Modified: ctakes/trunk/ctakes-assertion/build.xml ctakes/trunk/ctakes-assertion/resources/launch/UIMA_CVD--assertion.launch ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_crossvalidation.launch ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_output.launch ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_test.launch ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_read_gold_and_preprocess.launch ctakes/trunk/ctakes-chunker/resources/launch/UIMA_CPE_GUI--chunker.launch ctakes/trunk/ctakes-clinical-pipeline/resources/launch/UIMA_CPE_GUI--clinical_documents_pipeline.launch ctakes/trunk/ctakes-core/resources/launch/SentenceDetector_annotator.launch ctakes/trunk/ctakes-core/resources/launch/Tokenizer_annotator.launch ctakes/trunk/ctakes-core/resources/launch/UIMA_CPE_GUI--core.launch ctakes/trunk/ctakes-core/resources/launch/UIMA_CVD--core.launch ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCPE.sh ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.sh ctakes/trunk/ctakes-lvg/resources/launch/UIMA_CVD--LVG.launch ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CPE_GUI--POS_tagger.launch ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CVD--POS_tagger.launch ctakes/trunk/ctakes-preprocessor/resources/launch/UIMA_CPE_GUI--document_preprocessor.launch ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CPE--relation-extractor.launch ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CVD--relation-extractor.launch Modified: ctakes/trunk/ctakes-assertion/build.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/build.xml?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-assertion/build.xml (original) +++ ctakes/trunk/ctakes-assertion/build.xml Tue Jun 17 18:29:54 2014 @@ -266,7 +266,7 @@ - + @@ -300,34 +300,34 @@ - + - + - + - + - + @@ -346,28 +346,28 @@ - + - + - + - + Modified: ctakes/trunk/ctakes-assertion/resources/launch/UIMA_CVD--assertion.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/resources/launch/UIMA_CVD--assertion.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-assertion/resources/launch/UIMA_CVD--assertion.launch (original) +++ ctakes/trunk/ctakes-assertion/resources/launch/UIMA_CVD--assertion.launch Tue Jun 17 18:29:54 2014 @@ -14,5 +14,5 @@ - + Modified: ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_crossvalidation.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_crossvalidation.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_crossvalidation.launch (original) +++ ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_crossvalidation.launch Tue Jun 17 18:29:54 2014 @@ -13,5 +13,5 @@ - + Modified: ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_output.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_output.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_output.launch (original) +++ ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_output.launch Tue Jun 17 18:29:54 2014 @@ -13,5 +13,5 @@ - + Modified: ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_test.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_test.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_test.launch (original) +++ ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_evaluation_on_test.launch Tue Jun 17 18:29:54 2014 @@ -13,5 +13,5 @@ - + Modified: ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_read_gold_and_preprocess.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_read_gold_and_preprocess.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_read_gold_and_preprocess.launch (original) +++ ctakes/trunk/ctakes-assertion/resources/launch/ctakes_assertion_read_gold_and_preprocess.launch Tue Jun 17 18:29:54 2014 @@ -13,5 +13,5 @@ - + Modified: ctakes/trunk/ctakes-chunker/resources/launch/UIMA_CPE_GUI--chunker.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-chunker/resources/launch/UIMA_CPE_GUI--chunker.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-chunker/resources/launch/UIMA_CPE_GUI--chunker.launch (original) +++ ctakes/trunk/ctakes-chunker/resources/launch/UIMA_CPE_GUI--chunker.launch Tue Jun 17 18:29:54 2014 @@ -23,5 +23,5 @@ - + Modified: ctakes/trunk/ctakes-clinical-pipeline/resources/launch/UIMA_CPE_GUI--clinical_documents_pipeline.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-clinical-pipeline/resources/launch/UIMA_CPE_GUI--clinical_documents_pipeline.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-clinical-pipeline/resources/launch/UIMA_CPE_GUI--clinical_documents_pipeline.launch (original) +++ ctakes/trunk/ctakes-clinical-pipeline/resources/launch/UIMA_CPE_GUI--clinical_documents_pipeline.launch Tue Jun 17 18:29:54 2014 @@ -11,5 +11,5 @@ - + Modified: ctakes/trunk/ctakes-core/resources/launch/SentenceDetector_annotator.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-core/resources/launch/SentenceDetector_annotator.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-core/resources/launch/SentenceDetector_annotator.launch (original) +++ ctakes/trunk/ctakes-core/resources/launch/SentenceDetector_annotator.launch Tue Jun 17 18:29:54 2014 @@ -9,5 +9,5 @@ - + Modified: ctakes/trunk/ctakes-core/resources/launch/Tokenizer_annotator.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-core/resources/launch/Tokenizer_annotator.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-core/resources/launch/Tokenizer_annotator.launch (original) +++ ctakes/trunk/ctakes-core/resources/launch/Tokenizer_annotator.launch Tue Jun 17 18:29:54 2014 @@ -9,5 +9,5 @@ - + Modified: ctakes/trunk/ctakes-core/resources/launch/UIMA_CPE_GUI--core.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-core/resources/launch/UIMA_CPE_GUI--core.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-core/resources/launch/UIMA_CPE_GUI--core.launch (original) +++ ctakes/trunk/ctakes-core/resources/launch/UIMA_CPE_GUI--core.launch Tue Jun 17 18:29:54 2014 @@ -22,5 +22,5 @@ - + Modified: ctakes/trunk/ctakes-core/resources/launch/UIMA_CVD--core.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-core/resources/launch/UIMA_CVD--core.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-core/resources/launch/UIMA_CVD--core.launch (original) +++ ctakes/trunk/ctakes-core/resources/launch/UIMA_CVD--core.launch Tue Jun 17 18:29:54 2014 @@ -11,5 +11,5 @@ - + Modified: ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCPE.sh URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCPE.sh?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCPE.sh (original) +++ ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCPE.sh Tue Jun 17 18:29:54 2014 @@ -39,4 +39,4 @@ PRGDIR=`dirname "$PRG"` [ -z "$CTAKES_HOME" ] && CTAKES_HOME=`cd "$PRGDIR/.." >/dev/null; pwd` cd $CTAKES_HOME -java -cp $CTAKES_HOME/lib/*:$CTAKES_HOME/desc/:$CTAKES_HOME/resources/ -Dlog4j.configuration=file:$CTAKES_HOME/config/log4j.xml -Xms512M -Xmx1024M org.apache.uima.tools.cpm.CpmFrame +java -cp $CTAKES_HOME/lib/*:$CTAKES_HOME/desc/:$CTAKES_HOME/resources/ -Dlog4j.configuration=file:$CTAKES_HOME/config/log4j.xml -Xms512M -Xmx3g org.apache.uima.tools.cpm.CpmFrame Modified: ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.sh URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.sh?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.sh (original) +++ ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.sh Tue Jun 17 18:29:54 2014 @@ -39,4 +39,4 @@ PRGDIR=`dirname "$PRG"` [ -z "$CTAKES_HOME" ] && CTAKES_HOME=`cd "$PRGDIR/.." >/dev/null; pwd` cd $CTAKES_HOME -java -cp $CTAKES_HOME/lib/*:$CTAKES_HOME/desc/:$CTAKES_HOME/resources/ -Dlog4j.configuration=file:$CTAKES_HOME/config/log4j.xml -Xms512M -Xmx1024M org.apache.uima.tools.cvd.CVD +java -cp $CTAKES_HOME/lib/*:$CTAKES_HOME/desc/:$CTAKES_HOME/resources/ -Dlog4j.configuration=file:$CTAKES_HOME/config/log4j.xml -Xms512M -Xmx3g org.apache.uima.tools.cvd.CVD Modified: ctakes/trunk/ctakes-lvg/resources/launch/UIMA_CVD--LVG.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-lvg/resources/launch/UIMA_CVD--LVG.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-lvg/resources/launch/UIMA_CVD--LVG.launch (original) +++ ctakes/trunk/ctakes-lvg/resources/launch/UIMA_CVD--LVG.launch Tue Jun 17 18:29:54 2014 @@ -5,7 +5,7 @@ - + Modified: ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CPE_GUI--POS_tagger.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CPE_GUI--POS_tagger.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CPE_GUI--POS_tagger.launch (original) +++ ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CPE_GUI--POS_tagger.launch Tue Jun 17 18:29:54 2014 @@ -11,5 +11,5 @@ - + Modified: ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CVD--POS_tagger.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CVD--POS_tagger.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CVD--POS_tagger.launch (original) +++ ctakes/trunk/ctakes-pos-tagger/resources/launch/UIMA_CVD--POS_tagger.launch Tue Jun 17 18:29:54 2014 @@ -14,5 +14,5 @@ - + Modified: ctakes/trunk/ctakes-preprocessor/resources/launch/UIMA_CPE_GUI--document_preprocessor.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-preprocessor/resources/launch/UIMA_CPE_GUI--document_preprocessor.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-preprocessor/resources/launch/UIMA_CPE_GUI--document_preprocessor.launch (original) +++ ctakes/trunk/ctakes-preprocessor/resources/launch/UIMA_CPE_GUI--document_preprocessor.launch Tue Jun 17 18:29:54 2014 @@ -23,5 +23,5 @@ - + Modified: ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CPE--relation-extractor.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CPE--relation-extractor.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CPE--relation-extractor.launch (original) +++ ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CPE--relation-extractor.launch Tue Jun 17 18:29:54 2014 @@ -10,5 +10,5 @@ - + Modified: ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CVD--relation-extractor.launch URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CVD--relation-extractor.launch?rev=1603249&r1=1603248&r2=1603249&view=diff ============================================================================== --- ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CVD--relation-extractor.launch (original) +++ ctakes/trunk/ctakes-relation-extractor/resources/launch/UIMA_CVD--relation-extractor.launch Tue Jun 17 18:29:54 2014 @@ -10,5 +10,5 @@ - +