Revert "delete maxpermsize for testing" This reverts commit 04be9328f6c01a3c80ea332fd3d1b93af7ce05a0.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b2bd1c96 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b2bd1c96 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b2bd1c96 Branch: refs/heads/branch-2-jhung-test Commit: b2bd1c960a4fa80e5a644930395d07581585bff3 Parents: 6669c8b Author: Jonathan Hung <[email protected]> Authored: Fri Dec 14 15:59:55 2018 -0800 Committer: Jonathan Hung <[email protected]> Committed: Fri Dec 14 16:03:56 2018 -0800 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b2bd1c96/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 68d9826..288891c 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:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> + <maven-surefire-plugin.argLine>-Xmx2048m -XX:MaxPermSize=768m -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: [email protected] For additional commands, e-mail: [email protected]
