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 aa...@apache.org on 2021/01/24 13:54:07 UTC

[hadoop] branch branch-3.1 updated: HDFS-15731. Reduce threadCount for unit tests to reduce the memory usage (#2556)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 0eee9bd  HDFS-15731. Reduce threadCount for unit tests to reduce the memory usage (#2556)
0eee9bd is described below

commit 0eee9bda61fbe660de1b06d3b93e7c53d6942df4
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Sun Jan 24 22:50:05 2021 +0900

    HDFS-15731. Reduce threadCount for unit tests to reduce the memory usage (#2556)
    
    Reviewed-by: Ayush Saxena <ay...@apache.org>
    (cherry picked from commit 9cf408d6baf2fa9071729cac57516d366e928a9f)
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index f666857..2ebdb90 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -40,7 +40,7 @@
     <test.exclude.pattern>_</test.exclude.pattern>
 
     <!-- number of threads/forks to use when running tests in parallel, see parallel-tests profile -->
-    <testsThreadCount>4</testsThreadCount>
+    <testsThreadCount>2</testsThreadCount>
 
     <!-- These 2 versions are defined here because they are used -->
     <!-- JDIFF generation from embedded ant in the antrun plugin -->


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org