You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/07/13 12:14:53 UTC

svn commit: r1361137 - /lucene/dev/nightly/hudson-settings.sh

Author: uschindler
Date: Fri Jul 13 10:14:53 2012
New Revision: 1361137

URL: http://svn.apache.org/viewvc?rev=1361137&view=rev
Log:
disable heapdumps for now, see mail!

Modified:
    lucene/dev/nightly/hudson-settings.sh

Modified: lucene/dev/nightly/hudson-settings.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-settings.sh?rev=1361137&r1=1361136&r2=1361137&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-settings.sh (original)
+++ lucene/dev/nightly/hudson-settings.sh Fri Jul 13 10:14:53 2012
@@ -28,7 +28,7 @@ DUMP_DIR=$WORKSPACE/heapdumps
 TESTS_MULTIPLIER=3
 TESTS_PARALLELISM=2
 TEST_LINE_DOCS_FILE=$HOME/lucene-data/enwiki.random.lines.txt
-TEST_JVM_ARGS="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=$DUMP_DIR/ $TEST_JVM_ARGS"
+#disable for now: TEST_JVM_ARGS="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=$DUMP_DIR/ $TEST_JVM_ARGS"
 
 #do some checks that are common to all build scripts:
 set +x