This is an automated email from the ASF dual-hosted git repository. jhung pushed a commit to branch branch-2-jhung-test in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2-jhung-test by this push: new 407fb5b add jvm flag 407fb5b is described below commit 407fb5bbf3e655a6a484602fde62cb94dc576f46 Author: Jonathan Hung <jyhung2...@gmail.com> AuthorDate: Thu Jan 17 11:31:18 2019 -0800 add jvm flag --- 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 fec024c..b93ef61 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -112,7 +112,7 @@ <enforced.maven.version>[3.3.0,)</enforced.maven.version> <!-- Plugin versions and config --> - <maven-surefire-plugin.argLine>-Xmx6g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> + <maven-surefire-plugin.argLine>-Xmx6g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseCountedLoopSafepoints</maven-surefire-plugin.argLine> <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version> <maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version> <maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org