瀏覽代碼

HADOOP-7116. Increase the heap size for the contrib unit tests to 512mb.
(omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20@1063164 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 年之前
父節點
當前提交
40a76a9cf3
共有 2 個文件被更改,包括 8 次插入5 次删除
  1. 7 4
      CHANGES.txt
  2. 1 1
      src/contrib/build-contrib.xml

+ 7 - 4
CHANGES.txt

@@ -6,10 +6,6 @@ Release 0.20.4 - Unreleased
 
   BUG FIXES
 
-  HADOOP-6923. Native Libraries do not load if a different platform
-  signature is returned from org.apache.hadoop.util.PlatformName.
-  (Stephen Watt via todd)
-
   IMPROVEMENTS
 
 Release 0.20.3 - 2011-1-5
@@ -89,6 +85,13 @@ Release 0.20.3 - 2011-1-5
     MAPREDUCE-2262. Add capacity scheduler ivy dependency on commons-cli. 
     (omalley)
 
+    HADOOP-6923. Native Libraries do not load if a different platform
+    signature is returned from org.apache.hadoop.util.PlatformName.
+    (Stephen Watt via todd)
+
+    HADOOP-7116. Increase the heap size for the contrib unit tests to 512mb.
+    (omalley)
+
   IMPROVEMENTS
 
     MAPREDUCE-1407. Update javadoc in mapreduce.{Mapper,Reducer} to match

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

@@ -215,7 +215,7 @@
     <mkdir dir="${hadoop.log.dir}"/>
     <junit
       printsummary="yes" showoutput="${test.output}" 
-      haltonfailure="no" fork="yes" maxmemory="256m"
+      haltonfailure="no" fork="yes" maxmemory="512m"
       errorProperty="tests.failed" failureProperty="tests.failed"
       timeout="${test.timeout}">