Enable class unloading in unit test.
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/1b20b6e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/1b20b6e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/1b20b6e9 Branch: refs/heads/master Commit: 1b20b6e9e9f98dc7fea14e23f80f152b08971628 Parents: f7b7b1a Author: Aditya Kishore <[email protected]> Authored: Mon May 12 17:54:31 2014 -0700 Committer: Aditya Kishore <[email protected]> Committed: Mon May 12 17:54:31 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/1b20b6e9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f567b64..81054dd 100644 --- a/pom.xml +++ b/pom.xml @@ -259,7 +259,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.17</version> <configuration> - <argLine>-Xms1g -Xmx2g -XX:MaxDirectMemorySize=13096M </argLine> + <argLine>-Xms1g -Xmx2g -XX:MaxDirectMemorySize=13096M -XX:+CMSClassUnloadingEnabled</argLine> <forkCount>1</forkCount> <reuseForks>true</reuseForks> <additionalClasspathElements>
