You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by tu...@apache.org on 2012/02/29 17:21:43 UTC

svn commit: r1295179 - /hadoop/common/branches/branch-0.23/hadoop-project/pom.xml

Author: tucu
Date: Wed Feb 29 16:21:42 2012
New Revision: 1295179

URL: http://svn.apache.org/viewvc?rev=1295179&view=rev
Log:
Merge -r 1295177:1295178 from trunk to branch. FIXES: MAPREDUCE-3933

Modified:
    hadoop/common/branches/branch-0.23/hadoop-project/pom.xml

Modified: hadoop/common/branches/branch-0.23/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-project/pom.xml?rev=1295179&r1=1295178&r2=1295179&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-0.23/hadoop-project/pom.xml Wed Feb 29 16:21:42 2012
@@ -833,6 +833,7 @@
           <argLine>-Xmx1024m</argLine>
           <environmentVariables>
             <LD_LIBRARY_PATH>${env.LD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib</LD_LIBRARY_PATH>
+            <MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
           </environmentVariables>
           <systemPropertyVariables>