From 97a47ed0ee550711b85163048c6f8c5f59866836 Mon Sep 17 00:00:00 2001 From: stack Date: Wed, 1 Apr 2020 16:05:59 -0700 Subject: [PATCH] HBASE-24072 Nightlies reporting OutOfMemoryError: unable to create new native thread Set the forkcount down from 0.5C to 0.25C. --- dev-support/docker/Dockerfile | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index f0e250145e..4d48c74457 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -178,7 +178,7 @@ RUN mkdir -p /usr/lib/jvm && \ # TODO (nd): is this really true? investigate and file a ticket. ENV SPOTBUGS_HOME '/opt/spotbugs' ENV MAVEN_HOME '/opt/maven' -ENV MAVEN_OPTS '-Xms4G -Xmx4G' +ENV MAVEN_OPTS '-Xmx4G' CMD ["/bin/bash"] diff --git a/pom.xml b/pom.xml index 313b597010..0aea3fa036 100755 --- a/pom.xml +++ b/pom.xml @@ -1412,10 +1412,10 @@ - 0.5C - 0.5C + 0.25C + 0.25C org.apache.hadoop.hbase.testclassification.SmallTests org.apache.hadoop.hbase.testclassification.MediumTests false -- 2.19.1