HBASE-5529 MR test failures becuase MALLOC_ARENA_MAX is not set (Gregory Chanan)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1298574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
larsh 2012-03-08 20:55:57 +00:00
parent c4426b5b79
commit 17a4a3fd52
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@
<environmentVariables>
<LD_LIBRARY_PATH>${env.LD_LIBRARY_PATH}:${project.build.directory}/nativelib</LD_LIBRARY_PATH>
<DYLD_LIBRARY_PATH>${env.DYLD_LIBRARY_PATH}:${project.build.directory}/nativelib</DYLD_LIBRARY_PATH>
<MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
</environmentVariables>
</configuration>
<executions>