Repository: hadoop Updated Branches: refs/heads/branch-2-jhung-test 48191274e -> 04be9328f
delete maxpermsize for testing Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/04be9328 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/04be9328 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/04be9328 Branch: refs/heads/branch-2-jhung-test Commit: 04be9328f6c01a3c80ea332fd3d1b93af7ce05a0 Parents: 4819127 Author: Jonathan Hung <jh...@linkedin.com> Authored: Mon Sep 10 14:13:48 2018 -0700 Committer: Jonathan Hung <jh...@linkedin.com> Committed: Mon Sep 10 14:13:48 2018 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/04be9328/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index f1ab70d..bef5ed5 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>-Xmx2048m -XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> + <maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</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