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

szita pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new a6c0229f910 HIVE-26677: Constrain available processors to Jetty during 
test runs to prevent thread exhaustion. (#3713) (Chris Nauroth, reviewed by 
Adam Szita)
a6c0229f910 is described below

commit a6c0229f910972e84ba558e728532ffc245cc10d
Author: Chris Nauroth <cnaur...@apache.org>
AuthorDate: Sat Nov 12 13:25:45 2022 -0800

    HIVE-26677: Constrain available processors to Jetty during test runs to 
prevent thread exhaustion. (#3713) (Chris Nauroth, reviewed by Adam Szita)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4a023e9bf3..6d687255412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <test.excludes.additional/>
     <!-- Plugin and Plugin Dependency Versions -->
     <ant.contrib.version>1.0b3</ant.contrib.version>
-    <maven.test.jvm.args>-Xmx2048m</maven.test.jvm.args>
+    <maven.test.jvm.args>-Xmx2048m 
-DJETTY_AVAILABLE_PROCESSORS=4</maven.test.jvm.args>
     <maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>
     <maven.build-helper.plugin.version>1.12</maven.build-helper.plugin.version>
     <maven.eclipse.plugin.version>2.10</maven.eclipse.plugin.version>

Reply via email to