Przeglądaj źródła

HADOOP-1116. Increase heap size used for contrib unit tests. Contributed by Philippe Gassmann.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@521905 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 18 lat temu
rodzic
commit
1dcd1f6ac3
2 zmienionych plików z 4 dodań i 1 usunięć
  1. 3 0
      CHANGES.txt
  2. 1 1
      src/contrib/build-contrib.xml

+ 3 - 0
CHANGES.txt

@@ -15,6 +15,9 @@ Trunk (unreleased changes)
  4. HADOOP-1071.  Improve handling of protocol version mismatch in
     JobTracker.  (Tahir Hashmi via cutting)
 
+ 5. HADOOP-1116.  Increase heap size used for contrib unit tests.
+    (Philippe Gassmann via cutting)
+
 
 Release 0.12.2 - 2007-23-17
 

+ 1 - 1
src/contrib/build-contrib.xml

@@ -135,7 +135,7 @@
     <mkdir dir="${hadoop.log.dir}"/>
     <junit
       printsummary="yes" showoutput="${test.output}" 
-      haltonfailure="no" fork="yes"
+      haltonfailure="no" fork="yes" maxmemory="256m"
       errorProperty="tests.failed" failureProperty="tests.failed">
       
       <sysproperty key="test.build.data" value="${build.test}/data"/>