1
0
Просмотр исходного кода

HDFS-15731. Reduce threadCount for unit tests to reduce the memory usage (#2556)

Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Akira Ajisaka 4 лет назад
Родитель
Сommit
9cf408d6ba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hadoop-project/pom.xml

+ 1 - 1
hadoop-project/pom.xml

@@ -42,7 +42,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 -->